Skip to content

Commit

Permalink
Merge pull request #123 from chef-cookbooks/testing-integration
Browse files Browse the repository at this point in the history
move testing deps to integration group in berksfile
  • Loading branch information
chris-rock authored Oct 27, 2016
2 parents 7df3601 + 99430be commit 776fcfa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
12 changes: 9 additions & 3 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,18 @@ platforms:
- name: ubuntu-12.04
driver:
image: ubuntu:12.04
intermediate_instructions:
- RUN /usr/bin/apt-get update
- name: ubuntu-14.04
driver:
image: ubuntu:14.04
intermediate_instructions:
- RUN /usr/bin/apt-get update
- name: ubuntu-15.10
driver:
image: ubuntu:15.10
intermediate_instructions:
- RUN /usr/bin/apt-get update
pid_one_command: /bin/systemd
- name: centos-6.6
driver:
Expand Down Expand Up @@ -55,14 +61,14 @@ platforms:
- name: debian-8
driver:
image: debian:8
intermediate_instructions:
- RUN /usr/bin/apt-get update
pid_one_command: /bin/systemd

suites:
- name: default # run inspec locally
run_list:
- recipe[apt]
- recipe[yum]
- recipe[audit::prep]
- recipe[git::default]
- recipe[audit::default]
attributes:
audit:
Expand Down
5 changes: 3 additions & 2 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ source 'https://supermarket.chef.io'

metadata

cookbook 'apt'
cookbook 'yum'
group :integration do
cookbook 'git'
end
2 changes: 0 additions & 2 deletions recipes/prep.rb

This file was deleted.

0 comments on commit 776fcfa

Please sign in to comment.