diff --git a/.travis.yml b/.travis.yml index d7cc8eb..97de1ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/kitchen.yml b/kitchen.yml index 41a59c9..707dace 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -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