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.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/acceptance/top-cookbooks/.kitchen.docker.yml b/acceptance/top-cookbooks/.kitchen.docker.yml
deleted file mode 100644
index 74a238495a..0000000000
--- a/acceptance/top-cookbooks/.kitchen.docker.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-suites:
- - name: docker-default
- attributes:
- docker:
- version: 1.10.0
- run_list:
- - recipe[apt]
- - recipe[apt-docker]
- - recipe[docker_test::installation_package]
- - recipe[docker_test::service_upstart]
- - recipe[docker_test::auto]
- includes: [ubuntu-14.04]