Skip to content

Commit

Permalink
ci(kitchen): standardise structure [skip ci]
Browse files Browse the repository at this point in the history
* Checked using myii/ssf-formula#115
  • Loading branch information
myii committed Dec 23, 2019
1 parent 463a6a9 commit 977c8a0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,19 +191,14 @@ suites:
- rabbitmq
pillars_from_files:
rabbitmq.sls: pillar.example
# dependencies needed for tests
dependencies:
# extra files provided to the formula
- name: files
path: ./test/salt
# states used to prepare the system before tests
- name: states
path: ./test/salt

verifier:
inspec_tests:
- path: test/integration/default

- name: latest
provisioner:
state_top:
Expand All @@ -219,12 +214,9 @@ suites:
- rabbitmq
pillars_from_files:
rabbitmq.sls: pillar.example
# dependencies needed for tests
dependencies:
# extra files provided to the formula
- name: files
path: ./test/salt
# states used to prepare the system before tests
- name: states
path: ./test/salt
verifier:
Expand Down

0 comments on commit 977c8a0

Please sign in to comment.