Split up kitchen suites by resource type.

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-09-13 10:19:54 -07:00
parent 633a1a1d79
commit e2e6042cf2

View file

@ -100,13 +100,13 @@ platforms:
- RUN /usr/bin/apt-get update -y
suites:
- name: default
- name: resources-core
run_list:
- recipe[os_prepare]
- recipe[audit]
verifier:
inspec_tests:
- test/kitchen/policies/default
- test/kitchen/policies/resources-core
attributes:
audit:
attributes:
@ -122,3 +122,7 @@ suites:
osprepare:
docker: true
application: false
- name: resources-database
- name: resources-unix
- name: resources-windows