@@ -44,7 +44,7 @@ platforms:
4444 - sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
4545 run_command : /usr/lib/systemd/systemd
4646
47- # # SALT 2019.2
47+ # # SALT ` 2019.2`
4848 - name : debian-9-2019-2-py3
4949 driver :
5050 image : netmanagers/salt-2019.2-py3:debian-9
@@ -62,7 +62,7 @@ platforms:
6262 image : netmanagers/salt-2019.2-py3:opensuse-leap-15
6363 run_command : /usr/lib/systemd/systemd
6464
65- # # SALT 2018.3
65+ # # SALT ` 2018.3`
6666 - name : debian-9-2018-3-py2
6767 driver :
6868 image : netmanagers/salt-2018.3-py2:debian-9
@@ -75,25 +75,18 @@ platforms:
7575 - name : fedora-29-2018-3-py2
7676 driver :
7777 image : netmanagers/salt-2018.3-py2:fedora-29
78- # TODO: Use this when fixed instead of `opensuse-leap-42`
79- # Ref: https://github.com/netmanagers/salt-image-builder/issues/2
80- # - name: opensuse-leap-15-2018-3-py2
81- # driver:
82- # image: netmanagers/salt-2018.3-py2:opensuse-leap-15
83- # run_command: /usr/lib/systemd/systemd
8478 - name : opensuse-leap-42-2018-3-py2
8579 driver :
8680 image : netmanagers/salt-2018.3-py2:opensuse-leap-42
8781 run_command : /usr/lib/systemd/systemd
8882
89- # # SALT 2017.7
83+ # # SALT ` 2017.7`
9084 - name : debian-8-2017-7-py2
9185 driver :
9286 image : netmanagers/salt-2017.7-py2:debian-8
9387 - name : ubuntu-1604-2017-7-py2
9488 driver :
9589 image : netmanagers/salt-2017.7-py2:ubuntu-16.04
96- # TODO: Modify the formula to work for non-`systemd` platforms
9790 - name : centos-6-2017-7-py2
9891 driver :
9992 image : netmanagers/salt-2017.7-py2:centos-6
@@ -115,17 +108,6 @@ provisioner:
115108 salt_copy_filter :
116109 - .kitchen
117110 - .git
118- state_top :
119- base :
120- ' * ' :
121- - chrony
122- pillars :
123- top.sls :
124- base :
125- ' * ' :
126- - chrony
127- pillars_from_files :
128- chrony.sls : pillar.example
129111
130112verifier :
131113 # https://www.inspec.io/
@@ -134,8 +116,21 @@ verifier:
134116 # cli, documentation, html, progress, json, json-min, json-rspec, junit
135117 reporter :
136118 - cli
137- inspec_tests :
138- - path : test/integration/default
139119
140120suites :
141121 - name : default
122+ provisioner :
123+ state_top :
124+ base :
125+ ' * ' :
126+ - chrony
127+ pillars :
128+ top.sls :
129+ base :
130+ ' * ' :
131+ - chrony
132+ pillars_from_files :
133+ chrony.sls : pillar.example
134+ verifier :
135+ inspec_tests :
136+ - path : test/integration/default
0 commit comments