Skip to content

Commit

Permalink
ci(kitchen+travis): check the clean states on develop salt
Browse files Browse the repository at this point in the history
* kitchen.yml: add the “clean” suite.

* .travis.yml: enable the “clean” suite on the development salt.
  • Loading branch information
baby-gnu committed Sep 2, 2019
1 parent 0978ab0 commit 0e735c0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
env:
matrix:
- INSTANCE: default-debian-10-develop-py3
- INSTANCE: clean-debian-10-develop-py3
# - INSTANCE: default-ubuntu-1804-develop-py3
# - INSTANCE: default-centos-7-develop-py3
# - INSTANCE: default-fedora-30-develop-py3
Expand Down
17 changes: 17 additions & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,20 @@ suites:
verifier:
inspec_tests:
- path: test/integration/default
- name: clean
provisioner:
state_top:
base:
'*':
- libvirt
- libvirt.clean
pillars:
top.sls:
base:
'*':
- libvirt
pillars_from_files:
libvirt.sls: pillar.example
verifier:
inspec_tests:
- path: test/integration/clean

0 comments on commit 0e735c0

Please sign in to comment.