summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-02-20 09:05:20 -0800
committerTim Smith <tsmith@chef.io>2018-02-20 09:05:20 -0800
commit79d99504104c167bb9746c5cd86bf0a1e04cef57 (patch)
tree1162589c9a79700f872856c100f199b779510096
parent96a3ea931e21f2f579e4322457c5b88c0f18ba14 (diff)
downloadchef-79d99504104c167bb9746c5cd86bf0a1e04cef57.tar.gz
Remove the docker install tests
These have no value in testing overall chef funcationality Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/cookbooks/base/metadata.rb2
-rw-r--r--kitchen-tests/cookbooks/base/recipes/default.rb3
2 files changed, 0 insertions, 5 deletions
diff --git a/kitchen-tests/cookbooks/base/metadata.rb b/kitchen-tests/cookbooks/base/metadata.rb
index 9d4e663bec..9ad79ec0aa 100644
--- a/kitchen-tests/cookbooks/base/metadata.rb
+++ b/kitchen-tests/cookbooks/base/metadata.rb
@@ -10,9 +10,7 @@ gem "chef-sugar"
depends "apt"
depends "build-essential"
-depends "chef-apt-docker"
depends "chef-client"
-depends "chef-yum-docker"
depends "chef_hostname"
depends "logrotate"
depends "multipackage"
diff --git a/kitchen-tests/cookbooks/base/recipes/default.rb b/kitchen-tests/cookbooks/base/recipes/default.rb
index e2d92cadc4..62823c1d37 100644
--- a/kitchen-tests/cookbooks/base/recipes/default.rb
+++ b/kitchen-tests/cookbooks/base/recipes/default.rb
@@ -44,9 +44,6 @@ include_recipe "chef-client::delete_validation"
include_recipe "chef-client::config"
include_recipe "chef-client"
-include_recipe "chef-apt-docker"
-include_recipe "chef-yum-docker"
-
include_recipe "openssh"
include_recipe "nscd"