@@ -73,6 +73,13 @@ platforms:
7373 - name : amazonlinux-2-master-py3
7474 driver :
7575 image : saltimages/salt-master-py3:amazonlinux-2
76+ - name : gentoo-stage3-latest-master-py3
77+ driver :
78+ image : saltimages/salt-master-py3:gentoo-stage3-latest
79+ run_command : /sbin/init
80+ - name : gentoo-stage3-systemd-master-py3
81+ driver :
82+ image : saltimages/salt-master-py3:gentoo-stage3-systemd
7683
7784 # # SALT `3001`
7885 - name : debian-10-3001-py3
@@ -116,6 +123,13 @@ platforms:
116123 - name : oraclelinux-7-3001-py3
117124 driver :
118125 image : saltimages/salt-3001-py3:oraclelinux-7
126+ - name : gentoo-stage3-latest-3001-py3
127+ driver :
128+ image : saltimages/salt-3001-py3:gentoo-stage3-latest
129+ run_command : /sbin/init
130+ - name : gentoo-stage3-systemd-3001-py3
131+ driver :
132+ image : saltimages/salt-3001-py3:gentoo-stage3-systemd
119133
120134 # # SALT `3000.3`
121135 - name : debian-10-3000-3-py3
@@ -147,6 +161,13 @@ platforms:
147161 - name : amazonlinux-2-3000-3-py3
148162 driver :
149163 image : saltimages/salt-3000.3-py3:amazonlinux-2
164+ - name : gentoo-stage3-latest-3000-3-py3
165+ driver :
166+ image : saltimages/salt-3000.3-py3:gentoo-stage3-latest
167+ run_command : /sbin/init
168+ - name : gentoo-stage3-systemd-3000-3-py3
169+ driver :
170+ image : saltimages/salt-3000.3-py3:gentoo-stage3-systemd
150171 - name : ubuntu-1804-3000-3-py2
151172 driver :
152173 image : saltimages/salt-3000.3-py2:ubuntu-18.04
@@ -191,6 +212,12 @@ suites:
191212 excludes :
192213 - centos-6-2019-2-py2
193214 - amazonlinux-1-2019-2-py2
215+ - gentoo-stage3-latest-master-py3
216+ - gentoo-stage3-systemd-master-py3
217+ - gentoo-stage3-latest-3001-py3
218+ - gentoo-stage3-systemd-3001-py3
219+ - gentoo-stage3-latest-3000-3-py3
220+ - gentoo-stage3-systemd-3000-3-py3
194221 provisioner :
195222 state_top :
196223 base :
@@ -231,3 +258,31 @@ suites:
231258 verifier :
232259 inspec_tests :
233260 - path : test/integration/default
261+ - name : gentoo
262+ includes :
263+ - gentoo-stage3-latest-master-py3
264+ - gentoo-stage3-systemd-master-py3
265+ - gentoo-stage3-latest-3001-py3
266+ - gentoo-stage3-systemd-3001-py3
267+ - gentoo-stage3-latest-3000-3-py3
268+ - gentoo-stage3-systemd-3000-3-py3
269+ provisioner :
270+ state_top :
271+ base :
272+ ' * ' :
273+ - TEMPLATE._mapdata
274+ - TEMPLATE
275+ pillars :
276+ top.sls :
277+ base :
278+ ' * ' :
279+ - TEMPLATE
280+ - gentoo
281+ - define_roles
282+ pillars_from_files :
283+ TEMPLATE.sls : pillar.example
284+ gentoo.sls : test/salt/pillar/gentoo.sls
285+ define_roles.sls : test/salt/pillar/define_roles.sls
286+ verifier :
287+ inspec_tests :
288+ - path : test/integration/default
0 commit comments