Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -786,8 +786,11 @@ ssf:
name: 'package'
2:
<<: *isk_suite_default
name: 'clean'
name: 'repo'
3:
<<: *isk_suite_default
name: 'clean'
4:
<<: *isk_suite_default
name: ''
eclipse:
Expand Down
15 changes: 13 additions & 2 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -860,15 +860,26 @@ ssf:
Verify that the docker formula is setup and configured correctly
provisioner:
pillars_from_files:
- .sls: 'test/salt/pillar/archive.sls'
- .sls: 'test/salt/pillar/repo.sls'
verifier:
inspec_tests:
- package
3:
inspec_yml:
summary: >-
Verify that the docker formula is setup and configured correctly
provisioner:
pillars_from_files:
- .sls: 'test/salt/pillar/repo.sls'
state_top:
- '*':
- ._mapdata
- .clean
3: {}
4: {}
inspec_suites_matrix:
- archive
- package
- repo
- clean
- ''
map_jinja:
Expand Down