Saltstack Official Salt Formula
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

599 lines
19KB

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. # For help on this file's format, see https://kitchen.ci/
  5. driver:
  6. name: docker
  7. use_sudo: false
  8. privileged: true
  9. run_command: /usr/lib/systemd/systemd
  10. provisioner:
  11. name: salt_solo
  12. log_level: debug
  13. salt_install: none
  14. require_chef: false
  15. formula: salt
  16. salt_copy_filter:
  17. - .kitchen
  18. - .git
  19. platforms:
  20. ## SALT `tiamat`
  21. - name: debian-10-tiamat-py3
  22. driver:
  23. image: saltimages/salt-tiamat-py3:debian-10
  24. run_command: /lib/systemd/systemd
  25. - name: debian-9-tiamat-py3
  26. driver:
  27. image: saltimages/salt-tiamat-py3:debian-9
  28. run_command: /lib/systemd/systemd
  29. - name: ubuntu-2004-tiamat-py3
  30. driver:
  31. image: saltimages/salt-tiamat-py3:ubuntu-20.04
  32. run_command: /lib/systemd/systemd
  33. - name: ubuntu-1804-tiamat-py3
  34. driver:
  35. image: saltimages/salt-tiamat-py3:ubuntu-18.04
  36. run_command: /lib/systemd/systemd
  37. - name: centos-8-tiamat-py3
  38. driver:
  39. image: saltimages/salt-tiamat-py3:centos-8
  40. - name: centos-7-tiamat-py3
  41. driver:
  42. image: saltimages/salt-tiamat-py3:centos-7
  43. - name: amazonlinux-2-tiamat-py3
  44. driver:
  45. image: saltimages/salt-tiamat-py3:amazonlinux-2
  46. - name: oraclelinux-8-tiamat-py3
  47. driver:
  48. image: saltimages/salt-tiamat-py3:oraclelinux-8
  49. - name: oraclelinux-7-tiamat-py3
  50. driver:
  51. image: saltimages/salt-tiamat-py3:oraclelinux-7
  52. - name: almalinux-8-tiamat-py3
  53. driver:
  54. image: saltimages/salt-tiamat-py3:almalinux-8
  55. - name: rockylinux-8-tiamat-py3
  56. driver:
  57. image: saltimages/salt-tiamat-py3:rockylinux-8
  58. ## SALT `master`
  59. - name: debian-10-master-py3
  60. driver:
  61. image: saltimages/salt-master-py3:debian-10
  62. run_command: /lib/systemd/systemd
  63. - name: debian-9-master-py3
  64. driver:
  65. image: saltimages/salt-master-py3:debian-9
  66. run_command: /lib/systemd/systemd
  67. - name: ubuntu-2004-master-py3
  68. driver:
  69. image: saltimages/salt-master-py3:ubuntu-20.04
  70. run_command: /lib/systemd/systemd
  71. - name: ubuntu-1804-master-py3
  72. driver:
  73. image: saltimages/salt-master-py3:ubuntu-18.04
  74. run_command: /lib/systemd/systemd
  75. - name: centos-8-master-py3
  76. driver:
  77. image: saltimages/salt-master-py3:centos-8
  78. - name: centos-7-master-py3
  79. driver:
  80. image: saltimages/salt-master-py3:centos-7
  81. - name: fedora-34-master-py3
  82. driver:
  83. image: saltimages/salt-master-py3:fedora-34
  84. - name: fedora-33-master-py3
  85. driver:
  86. image: saltimages/salt-master-py3:fedora-33
  87. - name: opensuse-leap-153-master-py3
  88. driver:
  89. image: saltimages/salt-master-py3:opensuse-leap-15.3
  90. # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
  91. # => SCP did not finish successfully (255): (Net::SCP::Error)
  92. transport:
  93. max_ssh_sessions: 1
  94. - name: opensuse-leap-152-master-py3
  95. driver:
  96. image: saltimages/salt-master-py3:opensuse-leap-15.2
  97. # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
  98. # => SCP did not finish successfully (255): (Net::SCP::Error)
  99. transport:
  100. max_ssh_sessions: 1
  101. - name: opensuse-tmbl-latest-master-py3
  102. driver:
  103. image: saltimages/salt-master-py3:opensuse-tumbleweed-latest
  104. # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
  105. # => SCP did not finish successfully (255): (Net::SCP::Error)
  106. transport:
  107. max_ssh_sessions: 1
  108. - name: amazonlinux-2-master-py3
  109. driver:
  110. image: saltimages/salt-master-py3:amazonlinux-2
  111. - name: oraclelinux-8-master-py3
  112. driver:
  113. image: saltimages/salt-master-py3:oraclelinux-8
  114. - name: oraclelinux-7-master-py3
  115. driver:
  116. image: saltimages/salt-master-py3:oraclelinux-7
  117. - name: arch-base-latest-master-py3
  118. driver:
  119. image: saltimages/salt-master-py3:arch-base-latest
  120. - name: gentoo-stage3-latest-master-py3
  121. driver:
  122. image: saltimages/salt-master-py3:gentoo-stage3-latest
  123. run_command: /sbin/init
  124. - name: gentoo-stage3-systemd-master-py3
  125. driver:
  126. image: saltimages/salt-master-py3:gentoo-stage3-systemd
  127. - name: almalinux-8-master-py3
  128. driver:
  129. image: saltimages/salt-master-py3:almalinux-8
  130. - name: rockylinux-8-master-py3
  131. driver:
  132. image: saltimages/salt-master-py3:rockylinux-8
  133. ## SALT `3003.1`
  134. - name: debian-10-3003-1-py3
  135. driver:
  136. image: saltimages/salt-3003.1-py3:debian-10
  137. run_command: /lib/systemd/systemd
  138. - name: debian-9-3003-1-py3
  139. driver:
  140. image: saltimages/salt-3003.1-py3:debian-9
  141. run_command: /lib/systemd/systemd
  142. - name: ubuntu-2004-3003-1-py3
  143. driver:
  144. image: saltimages/salt-3003.1-py3:ubuntu-20.04
  145. run_command: /lib/systemd/systemd
  146. - name: ubuntu-1804-3003-1-py3
  147. driver:
  148. image: saltimages/salt-3003.1-py3:ubuntu-18.04
  149. run_command: /lib/systemd/systemd
  150. - name: centos-8-3003-1-py3
  151. driver:
  152. image: saltimages/salt-3003.1-py3:centos-8
  153. - name: centos-7-3003-1-py3
  154. driver:
  155. image: saltimages/salt-3003.1-py3:centos-7
  156. - name: fedora-34-3003-1-py3
  157. driver:
  158. image: saltimages/salt-3003.1-py3:fedora-34
  159. - name: fedora-33-3003-1-py3
  160. driver:
  161. image: saltimages/salt-3003.1-py3:fedora-33
  162. - name: opensuse-leap-153-3003-1-py3
  163. driver:
  164. image: saltimages/salt-3003.1-py3:opensuse-leap-15.3
  165. # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
  166. # => SCP did not finish successfully (255): (Net::SCP::Error)
  167. transport:
  168. max_ssh_sessions: 1
  169. - name: opensuse-leap-152-3003-1-py3
  170. driver:
  171. image: saltimages/salt-3003.1-py3:opensuse-leap-15.2
  172. # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
  173. # => SCP did not finish successfully (255): (Net::SCP::Error)
  174. transport:
  175. max_ssh_sessions: 1
  176. - name: opensuse-tmbl-latest-3003-1-py3
  177. driver:
  178. image: saltimages/salt-3003.1-py3:opensuse-tumbleweed-latest
  179. # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
  180. # => SCP did not finish successfully (255): (Net::SCP::Error)
  181. transport:
  182. max_ssh_sessions: 1
  183. - name: amazonlinux-2-3003-1-py3
  184. driver:
  185. image: saltimages/salt-3003.1-py3:amazonlinux-2
  186. - name: oraclelinux-8-3003-1-py3
  187. driver:
  188. image: saltimages/salt-3003.1-py3:oraclelinux-8
  189. - name: oraclelinux-7-3003-1-py3
  190. driver:
  191. image: saltimages/salt-3003.1-py3:oraclelinux-7
  192. - name: arch-base-latest-3003-1-py3
  193. driver:
  194. image: saltimages/salt-3003.1-py3:arch-base-latest
  195. - name: gentoo-stage3-latest-3003-1-py3
  196. driver:
  197. image: saltimages/salt-3003.1-py3:gentoo-stage3-latest
  198. run_command: /sbin/init
  199. - name: gentoo-stage3-systemd-3003-1-py3
  200. driver:
  201. image: saltimages/salt-3003.1-py3:gentoo-stage3-systemd
  202. ## SALT `3002.6`
  203. - name: debian-10-3002-6-py3
  204. driver:
  205. image: saltimages/salt-3002.6-py3:debian-10
  206. run_command: /lib/systemd/systemd
  207. - name: debian-9-3002-6-py3
  208. driver:
  209. image: saltimages/salt-3002.6-py3:debian-9
  210. run_command: /lib/systemd/systemd
  211. - name: ubuntu-2004-3002-6-py3
  212. driver:
  213. image: saltimages/salt-3002.6-py3:ubuntu-20.04
  214. run_command: /lib/systemd/systemd
  215. - name: ubuntu-1804-3002-6-py3
  216. driver:
  217. image: saltimages/salt-3002.6-py3:ubuntu-18.04
  218. run_command: /lib/systemd/systemd
  219. - name: centos-8-3002-6-py3
  220. driver:
  221. image: saltimages/salt-3002.6-py3:centos-8
  222. - name: centos-7-3002-6-py3
  223. driver:
  224. image: saltimages/salt-3002.6-py3:centos-7
  225. - name: fedora-34-3002-6-py3
  226. driver:
  227. image: saltimages/salt-3002.6-py3:fedora-34
  228. - name: fedora-33-3002-6-py3
  229. driver:
  230. image: saltimages/salt-3002.6-py3:fedora-33
  231. - name: amazonlinux-2-3002-6-py3
  232. driver:
  233. image: saltimages/salt-3002.6-py3:amazonlinux-2
  234. - name: oraclelinux-8-3002-6-py3
  235. driver:
  236. image: saltimages/salt-3002.6-py3:oraclelinux-8
  237. - name: oraclelinux-7-3002-6-py3
  238. driver:
  239. image: saltimages/salt-3002.6-py3:oraclelinux-7
  240. - name: arch-base-latest-3002-6-py3
  241. driver:
  242. image: saltimages/salt-3002.6-py3:arch-base-latest
  243. - name: gentoo-stage3-latest-3002-6-py3
  244. driver:
  245. image: saltimages/salt-3002.6-py3:gentoo-stage3-latest
  246. run_command: /sbin/init
  247. - name: gentoo-stage3-systemd-3002-6-py3
  248. driver:
  249. image: saltimages/salt-3002.6-py3:gentoo-stage3-systemd
  250. ## SALT `3002.2`
  251. - name: opensuse-leap-153-3002-2-py3
  252. driver:
  253. image: saltimages/salt-3002.2-py3:opensuse-leap-15.3
  254. # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
  255. # => SCP did not finish successfully (255): (Net::SCP::Error)
  256. transport:
  257. max_ssh_sessions: 1
  258. - name: opensuse-leap-152-3002-2-py3
  259. driver:
  260. image: saltimages/salt-3002.2-py3:opensuse-leap-15.2
  261. # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
  262. # => SCP did not finish successfully (255): (Net::SCP::Error)
  263. transport:
  264. max_ssh_sessions: 1
  265. - name: opensuse-tmbl-latest-3002-2-py3
  266. driver:
  267. image: saltimages/salt-3002.2-py3:opensuse-tumbleweed-latest
  268. # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
  269. # => SCP did not finish successfully (255): (Net::SCP::Error)
  270. transport:
  271. max_ssh_sessions: 1
  272. ## SALT `3001.7`
  273. - name: debian-10-3001-7-py3
  274. driver:
  275. image: saltimages/salt-3001.7-py3:debian-10
  276. run_command: /lib/systemd/systemd
  277. - name: debian-9-3001-7-py3
  278. driver:
  279. image: saltimages/salt-3001.7-py3:debian-9
  280. run_command: /lib/systemd/systemd
  281. - name: ubuntu-2004-3001-7-py3
  282. driver:
  283. image: saltimages/salt-3001.7-py3:ubuntu-20.04
  284. run_command: /lib/systemd/systemd
  285. - name: ubuntu-1804-3001-7-py3
  286. driver:
  287. image: saltimages/salt-3001.7-py3:ubuntu-18.04
  288. run_command: /lib/systemd/systemd
  289. - name: centos-8-3001-7-py3
  290. driver:
  291. image: saltimages/salt-3001.7-py3:centos-8
  292. - name: centos-7-3001-7-py3
  293. driver:
  294. image: saltimages/salt-3001.7-py3:centos-7
  295. - name: fedora-34-3001-7-py3
  296. driver:
  297. image: saltimages/salt-3001.7-py3:fedora-34
  298. - name: fedora-33-3001-7-py3
  299. driver:
  300. image: saltimages/salt-3001.7-py3:fedora-33
  301. - name: opensuse-leap-153-3001-7-py3
  302. driver:
  303. image: saltimages/salt-3001.7-py3:opensuse-leap-15.3
  304. # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
  305. # => SCP did not finish successfully (255): (Net::SCP::Error)
  306. transport:
  307. max_ssh_sessions: 1
  308. - name: opensuse-leap-152-3001-7-py3
  309. driver:
  310. image: saltimages/salt-3001.7-py3:opensuse-leap-15.2
  311. # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
  312. # => SCP did not finish successfully (255): (Net::SCP::Error)
  313. transport:
  314. max_ssh_sessions: 1
  315. - name: opensuse-tmbl-latest-3001-7-py3
  316. driver:
  317. image: saltimages/salt-3001.7-py3:opensuse-tumbleweed-latest
  318. # Workaround to avoid intermittent failures on `opensuse-tumbleweed`:
  319. # => SCP did not finish successfully (255): (Net::SCP::Error)
  320. transport:
  321. max_ssh_sessions: 1
  322. - name: amazonlinux-2-3001-7-py3
  323. driver:
  324. image: saltimages/salt-3001.7-py3:amazonlinux-2
  325. - name: oraclelinux-8-3001-7-py3
  326. driver:
  327. image: saltimages/salt-3001.7-py3:oraclelinux-8
  328. - name: oraclelinux-7-3001-7-py3
  329. driver:
  330. image: saltimages/salt-3001.7-py3:oraclelinux-7
  331. - name: arch-base-latest-3001-7-py3
  332. driver:
  333. image: saltimages/salt-3001.7-py3:arch-base-latest
  334. - name: gentoo-stage3-latest-3001-7-py3
  335. driver:
  336. image: saltimages/salt-3001.7-py3:gentoo-stage3-latest
  337. run_command: /sbin/init
  338. - name: gentoo-stage3-systemd-3001-7-py3
  339. driver:
  340. image: saltimages/salt-3001.7-py3:gentoo-stage3-systemd
  341. ## SALT `3000.9`
  342. - name: debian-10-3000-9-py3
  343. driver:
  344. image: saltimages/salt-3000.9-py3:debian-10
  345. run_command: /lib/systemd/systemd
  346. - name: debian-9-3000-9-py3
  347. driver:
  348. image: saltimages/salt-3000.9-py3:debian-9
  349. run_command: /lib/systemd/systemd
  350. - name: ubuntu-1804-3000-9-py3
  351. driver:
  352. image: saltimages/salt-3000.9-py3:ubuntu-18.04
  353. run_command: /lib/systemd/systemd
  354. - name: centos-8-3000-9-py3
  355. driver:
  356. image: saltimages/salt-3000.9-py3:centos-8
  357. - name: centos-7-3000-9-py3
  358. driver:
  359. image: saltimages/salt-3000.9-py3:centos-7
  360. - name: opensuse-leap-153-3000-9-py3
  361. driver:
  362. image: saltimages/salt-3000.9-py3:opensuse-leap-15.3
  363. # Workaround to avoid intermittent failures on `opensuse-leap-15.3`:
  364. # => SCP did not finish successfully (255): (Net::SCP::Error)
  365. transport:
  366. max_ssh_sessions: 1
  367. - name: opensuse-leap-152-3000-9-py3
  368. driver:
  369. image: saltimages/salt-3000.9-py3:opensuse-leap-15.2
  370. # Workaround to avoid intermittent failures on `opensuse-leap-15.2`:
  371. # => SCP did not finish successfully (255): (Net::SCP::Error)
  372. transport:
  373. max_ssh_sessions: 1
  374. - name: amazonlinux-2-3000-9-py3
  375. driver:
  376. image: saltimages/salt-3000.9-py3:amazonlinux-2
  377. - name: oraclelinux-8-3000-9-py3
  378. driver:
  379. image: saltimages/salt-3000.9-py3:oraclelinux-8
  380. - name: oraclelinux-7-3000-9-py3
  381. driver:
  382. image: saltimages/salt-3000.9-py3:oraclelinux-7
  383. - name: gentoo-stage3-latest-3000-9-py3
  384. driver:
  385. image: saltimages/salt-3000.9-py3:gentoo-stage3-latest
  386. run_command: /sbin/init
  387. - name: gentoo-stage3-systemd-3000-9-py3
  388. driver:
  389. image: saltimages/salt-3000.9-py3:gentoo-stage3-systemd
  390. - name: ubuntu-1804-3000-9-py2
  391. driver:
  392. image: saltimages/salt-3000.9-py2:ubuntu-18.04
  393. run_command: /lib/systemd/systemd
  394. - name: arch-base-latest-3000-9-py2
  395. driver:
  396. image: saltimages/salt-3000.9-py2:arch-base-latest
  397. verifier:
  398. # https://www.inspec.io/
  399. name: inspec
  400. sudo: true
  401. reporter:
  402. # cli, documentation, html, progress, json, json-min, json-rspec, junit
  403. - cli
  404. suites:
  405. - name: v3003-py3
  406. includes:
  407. - debian-10-3003-1-py3
  408. - debian-9-3003-1-py3
  409. - ubuntu-2004-3003-1-py3
  410. - ubuntu-1804-3003-1-py3
  411. - centos-8-3003-1-py3
  412. - centos-7-3003-1-py3
  413. - fedora-34-3003-1-py3
  414. - fedora-33-3003-1-py3
  415. - opensuse-leap-153-3003-1-py3
  416. - opensuse-leap-152-3003-1-py3
  417. - opensuse-tmbl-latest-3003-1-py3
  418. - amazonlinux-2-3003-1-py3
  419. - oraclelinux-8-3003-1-py3
  420. - oraclelinux-7-3003-1-py3
  421. - arch-base-latest-3003-1-py3
  422. - gentoo-stage3-latest-3003-1-py3
  423. - gentoo-stage3-systemd-3003-1-py3
  424. - windows-10-latest-py3
  425. - windows-81-latest-py3
  426. - windows-2019-latest-py3
  427. - windows-2016-latest-py3
  428. provisioner:
  429. state_top:
  430. base:
  431. '*':
  432. - salt._mapdata
  433. - salt.pkgrepo
  434. - salt.master
  435. - salt.minion
  436. pillars:
  437. top.sls:
  438. base:
  439. '*':
  440. - salt
  441. - v3003-py3
  442. pillars_from_files:
  443. salt.sls: test/salt/pillar/salt.sls
  444. v3003-py3.sls: test/salt/pillar/v3003-py3.sls
  445. verifier:
  446. inspec_tests:
  447. - path: test/integration/v3003-py3
  448. - name: v3002-py3
  449. includes:
  450. - debian-10-3002-6-py3
  451. - debian-9-3002-6-py3
  452. - ubuntu-2004-3002-6-py3
  453. - ubuntu-1804-3002-6-py3
  454. - centos-8-3002-6-py3
  455. - centos-7-3002-6-py3
  456. - fedora-34-3002-6-py3
  457. - fedora-33-3002-6-py3
  458. - amazonlinux-2-3002-6-py3
  459. - oraclelinux-8-3002-6-py3
  460. - oraclelinux-7-3002-6-py3
  461. - arch-base-latest-3002-6-py3
  462. - gentoo-stage3-latest-3002-6-py3
  463. - gentoo-stage3-systemd-3002-6-py3
  464. - opensuse-leap-153-3002-2-py3
  465. - opensuse-leap-152-3002-2-py3
  466. - opensuse-tmbl-latest-3002-2-py3
  467. - freebsd-130-3002-6-py3
  468. - freebsd-122-3002-6-py3
  469. - freebsd-114-3002-6-py3
  470. - openbsd-69-3002-6-py3
  471. provisioner:
  472. state_top:
  473. base:
  474. '*':
  475. - salt._mapdata
  476. - salt.pkgrepo
  477. - salt.master
  478. - salt.minion
  479. pillars:
  480. top.sls:
  481. base:
  482. '*':
  483. - salt
  484. - v3002-py3
  485. pillars_from_files:
  486. salt.sls: test/salt/pillar/salt.sls
  487. v3002-py3.sls: test/salt/pillar/v3002-py3.sls
  488. verifier:
  489. inspec_tests:
  490. - path: test/integration/v3002-py3
  491. - name: v3001-py3
  492. includes:
  493. - debian-10-3001-7-py3
  494. - debian-9-3001-7-py3
  495. - ubuntu-2004-3001-7-py3
  496. - ubuntu-1804-3001-7-py3
  497. - centos-8-3001-7-py3
  498. - centos-7-3001-7-py3
  499. - fedora-34-3001-7-py3
  500. - fedora-33-3001-7-py3
  501. - opensuse-leap-153-3001-7-py3
  502. - opensuse-leap-152-3001-7-py3
  503. - opensuse-tmbl-latest-3001-7-py3
  504. - amazonlinux-2-3001-7-py3
  505. - oraclelinux-8-3001-7-py3
  506. - oraclelinux-7-3001-7-py3
  507. - arch-base-latest-3001-7-py3
  508. - gentoo-stage3-latest-3001-7-py3
  509. - gentoo-stage3-systemd-3001-7-py3
  510. - openbsd-68-3001-1-py3
  511. provisioner:
  512. state_top:
  513. base:
  514. '*':
  515. - salt._mapdata
  516. - salt.pkgrepo
  517. - salt.master
  518. - salt.minion
  519. pillars:
  520. top.sls:
  521. base:
  522. '*':
  523. - salt
  524. - v3001-py3
  525. pillars_from_files:
  526. salt.sls: test/salt/pillar/salt.sls
  527. v3001-py3.sls: test/salt/pillar/v3001-py3.sls
  528. verifier:
  529. inspec_tests:
  530. - path: test/integration/v3001-py3
  531. - name: v3000-py3
  532. includes:
  533. - debian-10-3000-9-py3
  534. - debian-9-3000-9-py3
  535. - ubuntu-1804-3000-9-py3
  536. - centos-8-3000-9-py3
  537. - centos-7-3000-9-py3
  538. - opensuse-leap-153-3000-9-py3
  539. - opensuse-leap-152-3000-9-py3
  540. - amazonlinux-2-3000-9-py3
  541. - oraclelinux-8-3000-9-py3
  542. - oraclelinux-7-3000-9-py3
  543. - gentoo-stage3-latest-3000-9-py3
  544. - gentoo-stage3-systemd-3000-9-py3
  545. provisioner:
  546. state_top:
  547. base:
  548. '*':
  549. - salt._mapdata
  550. - salt.pkgrepo
  551. - salt.master
  552. - salt.minion
  553. pillars:
  554. top.sls:
  555. base:
  556. '*':
  557. - salt
  558. - v3000-py3
  559. pillars_from_files:
  560. salt.sls: test/salt/pillar/salt.sls
  561. v3000-py3.sls: test/salt/pillar/v3000-py3.sls
  562. verifier:
  563. inspec_tests:
  564. - path: test/integration/v3000-py3
  565. - name: v3000-py2
  566. includes:
  567. - ubuntu-1804-3000-9-py2
  568. - arch-base-latest-3000-9-py2
  569. provisioner:
  570. state_top:
  571. base:
  572. '*':
  573. - salt._mapdata
  574. - salt.pkgrepo
  575. - salt.master
  576. - salt.minion
  577. pillars:
  578. top.sls:
  579. base:
  580. '*':
  581. - salt
  582. - v3000-py2
  583. pillars_from_files:
  584. salt.sls: test/salt/pillar/salt.sls
  585. v3000-py2.sls: test/salt/pillar/v3000-py2.sls
  586. verifier:
  587. inspec_tests:
  588. - path: test/integration/v3000-py2