@@ -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,18 +108,6 @@ provisioner:
115108 salt_copy_filter :
116109 - .kitchen
117110 - .git
118- state_top :
119- base :
120- ' * ' :
121- - postfix
122- - postfix.config
123- pillars :
124- top.sls :
125- base :
126- ' * ' :
127- - postfix
128- pillars_from_files :
129- postfix.sls : ' ./test/salt/pillar/default.sls'
130111
131112verifier :
132113 # https://www.inspec.io/
@@ -135,8 +116,22 @@ verifier:
135116 # cli, documentation, html, progress, json, json-min, json-rspec, junit
136117 reporter :
137118 - cli
138- inspec_tests :
139- - path : test/integration/default
140119
141120suites :
142121 - name : default
122+ provisioner :
123+ state_top :
124+ base :
125+ ' * ' :
126+ - postfix
127+ - postfix.config
128+ pillars :
129+ top.sls :
130+ base :
131+ ' * ' :
132+ - postfix
133+ pillars_from_files :
134+ postfix.sls : test/salt/pillar/default.sls
135+ verifier :
136+ inspec_tests :
137+ - path : test/integration/default
0 commit comments