inspec/test/unit/mock/profiles
Adam Leff 9580732814 Source reader should not hand back files with nil contents (#2003)
If a profile has a data files directory that looks like this:

```
files/platforms/one/data.json
files/platforms/two/data.json
files/platforms/three/data.json
```

... the source reader will return the directories in the list of files but with
nil contents. This causes an issue when Inspec::Profile tries to create a sha256
checksum of the profile contents only to try to cast nil to a string when
building the null-delimited profile contents string.

Files that are empty will have an empty string as its contents, so it's safe to
assume that file entries with nil contents are actually a directory and have no
affect on the profile's checksum. Therefore, this change will eliminate any file
entries in responses from the source readers where the contents are nil.

Signed-off-by: Adam Leff <adam@leff.co>
2017-07-11 21:33:55 +02:00
..
complete-metadata update unit tests 2017-05-31 00:21:05 -05:00
complete-profile Source reader should not hand back files with nil contents (#2003) 2017-07-11 21:33:55 +02:00
dependencies Remove any "All Rights Reserved" references (#1969) 2017-06-28 04:14:19 -07:00
empty-metadata add profile tests (non-legacy) 2016-01-20 21:57:23 +01:00
failures Remove any "All Rights Reserved" references (#1969) 2017-06-28 04:14:19 -07:00
invalid-version update unit tests 2017-05-31 00:21:05 -05:00
legacy-complete-metadata update unit tests 2017-05-31 00:21:05 -05:00
legacy-empty-metadata clearly identify legacy profile tests and fix identification 2016-01-19 15:48:06 +01:00
legacy-simple-metadata add profile tests (non-legacy) 2016-01-20 21:57:23 +01:00
library Remove any "All Rights Reserved" references (#1969) 2017-06-28 04:14:19 -07:00
license-invalid update unit tests 2017-05-31 00:21:05 -05:00
license-proprietary Remove any "All Rights Reserved" references (#1969) 2017-06-28 04:14:19 -07:00
license-spdx update unit tests 2017-05-31 00:21:05 -05:00
profile-support-skip Remove any "All Rights Reserved" references (#1969) 2017-06-28 04:14:19 -07:00
profile-with-bad-metadata Remove any "All Rights Reserved" references (#1969) 2017-06-28 04:14:19 -07:00
simple-inheritance fix inherited profile cli report 2016-09-04 18:28:01 +02:00
simple-metadata add profile tests (non-legacy) 2016-01-20 21:57:23 +01:00
skippy-controls Show skip_message and correct title 2016-09-23 07:47:21 +01:00
skippy-profile-os Use only strings in resource examples, docs and tests 2016-05-03 23:27:18 +01:00
spec_only introduce cli report formatter 2016-06-15 17:11:29 +02:00
supermarket-dep Provide inspec.yml shortcut syntax 2016-09-14 08:46:06 +02:00
supported_inspec skip profiles if the platform isnt supported 2016-04-16 15:34:23 -04:00
unsupported_inspec skip profiles if the platform isnt supported 2016-04-16 15:34:23 -04:00
windows-only Remove any "All Rights Reserved" references (#1969) 2017-06-28 04:14:19 -07:00