diff options
author | Claire McQuin <claire@getchef.com> | 2014-08-06 14:19:17 -0700 |
---|---|---|
committer | Claire McQuin <claire@getchef.com> | 2014-08-13 09:21:20 -0700 |
commit | 730a41775850f22bf76cc60ce31065d2bfc6b3fe (patch) | |
tree | 44d38344c1f6e5b808154ed565ecab6edfa1ebfd /kitchen-tests/.kitchen.yml | |
parent | 0bbddd62b0c65781eacd43f2ca3334a1ed23c09e (diff) | |
download | chef-730a41775850f22bf76cc60ce31065d2bfc6b3fe.tar.gz |
Remove kitchen tests from spec/ directory, so tests can be run separately.
Diffstat (limited to 'kitchen-tests/.kitchen.yml')
-rw-r--r-- | kitchen-tests/.kitchen.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kitchen-tests/.kitchen.yml b/kitchen-tests/.kitchen.yml new file mode 100644 index 0000000000..651a606502 --- /dev/null +++ b/kitchen-tests/.kitchen.yml @@ -0,0 +1,18 @@ +--- +provisioner: + name: chef_solo + github: "opscode/chef" + branch: <%= %x(git rev-parse HEAD) %> + require_chef_omnibus: true + data_path: test/fixtures + +platforms: + - name: ubuntu-12.04 + driver_plugin: vagrant + +suites: + - name: webapp + run_list: + - recipe[apt::default] + - recipe[webapp::default] + attributes: |