@@ -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,18 +75,12 @@ 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
@@ -114,17 +108,6 @@ provisioner:
114108 salt_copy_filter :
115109 - .kitchen
116110 - .git
117- state_top :
118- base :
119- ' * ' :
120- - postgres
121- pillars :
122- top.sls :
123- base :
124- ' * ' :
125- - postgres
126- pillars_from_files :
127- postgres.sls : test/salt/pillar/postgres.sls
128111
129112verifier :
130113 # https://www.inspec.io/
@@ -133,8 +116,21 @@ verifier:
133116 # cli, documentation, html, progress, json, json-min, json-rspec, junit
134117 reporter :
135118 - cli
136- inspec_tests :
137- - path : test/integration/default
138119
139120suites :
140121 - name : default
122+ provisioner :
123+ state_top :
124+ base :
125+ ' * ' :
126+ - postgres
127+ pillars :
128+ top.sls :
129+ base :
130+ ' * ' :
131+ - postgres
132+ pillars_from_files :
133+ postgres.sls : test/salt/pillar/postgres.sls
134+ verifier :
135+ inspec_tests :
136+ - path : test/integration/default
0 commit comments