summaryrefslogtreecommitdiff
path: root/acceptance/top-cookbooks/.kitchen.git.yml
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-02-08 14:54:21 -0800
committerSalim Alam <salam@chef.io>2016-02-09 15:05:05 -0800
commit18af5835e4e5a6a4beaea44657dfb08093797fd0 (patch)
tree180a005467a632756365f459f0e05a93cf4abc18 /acceptance/top-cookbooks/.kitchen.git.yml
parentc78a629699401b5ccc9d4c46e76ea5ad1b848493 (diff)
downloadchef-18af5835e4e5a6a4beaea44657dfb08093797fd0.tar.gz
Add `top_cookbooks` resource to run all top cookbooks
Diffstat (limited to 'acceptance/top-cookbooks/.kitchen.git.yml')
-rw-r--r--acceptance/top-cookbooks/.kitchen.git.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/acceptance/top-cookbooks/.kitchen.git.yml b/acceptance/top-cookbooks/.kitchen.git.yml
new file mode 100644
index 0000000000..8db1829d5f
--- /dev/null
+++ b/acceptance/top-cookbooks/.kitchen.git.yml
@@ -0,0 +1,10 @@
+suites:
+ - name: git-default
+ run_list: ["recipe[git]"]
+ includes: [ubuntu-14.04]
+ - name: git-source
+ run_list: ["recipe[git::source]"]
+ includes: [nonexistent]
+ - name: git-default-windows
+ run_list: ["recipe[git]"]
+ includes: [windows-2012r2]