mirror of
https://github.com/inspec/inspec
synced 2025-02-16 14:08:36 +00:00
Split up kitchen suites by resource type.
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
633a1a1d79
commit
e2e6042cf2
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue