summaryrefslogtreecommitdiff
path: root/acceptance/top-cookbooks/.kitchen.docker.yml
diff options
context:
space:
mode:
Diffstat (limited to 'acceptance/top-cookbooks/.kitchen.docker.yml')
-rw-r--r--acceptance/top-cookbooks/.kitchen.docker.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/acceptance/top-cookbooks/.kitchen.docker.yml b/acceptance/top-cookbooks/.kitchen.docker.yml
new file mode 100644
index 0000000000..8e3edb3700
--- /dev/null
+++ b/acceptance/top-cookbooks/.kitchen.docker.yml
@@ -0,0 +1,8 @@
+suites:
+ - name: docker-default
+ # Ubuntu images need to run apt update
+ run_list: ["recipe[apt]","recipe[docker]"]
+ includes: [ubuntu-14.04]
+ - name: docker-source
+ run_list: ["recipe[docker::source]"]
+ includes: [nonexistent]