summaryrefslogtreecommitdiff
path: root/acceptance/cookbook-git/.kitchen.yml
diff options
context:
space:
mode:
Diffstat (limited to 'acceptance/cookbook-git/.kitchen.yml')
-rw-r--r--acceptance/cookbook-git/.kitchen.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/acceptance/cookbook-git/.kitchen.yml b/acceptance/cookbook-git/.kitchen.yml
new file mode 100644
index 0000000000..d087446a40
--- /dev/null
+++ b/acceptance/cookbook-git/.kitchen.yml
@@ -0,0 +1,10 @@
+suites:
+ - name: default
+ run_list: ["recipe[git]"]
+ includes: [ubuntu-14.04]
+ - name: source
+ run_list: ["recipe[git::source]"]
+ includes: [nonexistent]
+ - name: default-windows
+ run_list: ["recipe[git]"]
+ includes: [windows-2012r2]