summaryrefslogtreecommitdiff
path: root/kitchen-tests/.kitchen.yml
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests/.kitchen.yml')
-rw-r--r--kitchen-tests/.kitchen.yml18
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: