File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -786,8 +786,11 @@ ssf:
786786 name : ' package'
787787 2 :
788788 << : *isk_suite_default
789- name : ' clean '
789+ name : ' repo '
790790 3 :
791+ << : *isk_suite_default
792+ name : ' clean'
793+ 4 :
791794 << : *isk_suite_default
792795 name : ' '
793796 eclipse :
Original file line number Diff line number Diff line change @@ -860,15 +860,26 @@ ssf:
860860 Verify that the docker formula is setup and configured correctly
861861 provisioner :
862862 pillars_from_files :
863- - .sls : ' test/salt/pillar/archive.sls'
863+ - .sls : ' test/salt/pillar/repo.sls'
864+ verifier :
865+ inspec_tests :
866+ - package
867+ 3 :
868+ inspec_yml :
869+ summary : >-
870+ Verify that the docker formula is setup and configured correctly
871+ provisioner :
872+ pillars_from_files :
873+ - .sls : ' test/salt/pillar/repo.sls'
864874 state_top :
865875 - ' * ' :
866876 - ._mapdata
867877 - .clean
868- 3 : {}
878+ 4 : {}
869879 inspec_suites_matrix :
870880 - archive
871881 - package
882+ - repo
872883 - clean
873884 - ' '
874885 map_jinja :
You can’t perform that action at this time.
0 commit comments