summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsdelano <stephen@opscode.com>2017-04-06 10:23:11 -0700
committersdelano <stephen@opscode.com>2017-04-06 10:23:11 -0700
commit5338cbd8e0fb827c2b27e103fe7c039431ccba68 (patch)
tree3174bb9e34343896371eada1513cab639db5a81e
parent9ffe51037b800efa5bd19ce5eab904b2fb475168 (diff)
downloadchef-sd/required-recipe.tar.gz
remove integration test with chef-zero for nowsd/required-recipe
Signed-off-by: Stephen Delano <stephen@chef.io>
-rw-r--r--spec/integration/client/client_spec.rb23
1 files changed, 0 insertions, 23 deletions
diff --git a/spec/integration/client/client_spec.rb b/spec/integration/client/client_spec.rb
index 55212b6dcf..00086c75ca 100644
--- a/spec/integration/client/client_spec.rb
+++ b/spec/integration/client/client_spec.rb
@@ -592,27 +592,4 @@ EOM
expect(command.stdout).not_to include("INFO")
end
end
-
- context "when connected to a Chef Server" do
-
- let(:chef_client_cmd) { "#{chef_client} -c #{path_to('config/client.rb')}" }
-
- before do
- directory "config"
- directory "cache"
-
- file "config/client.rb", <<EOM
-chef_server_url "http://localhost:8900"
-cache_path "#{path_to("cache")}"
-client_key "#{path_to("config/client.pem")}"
-EOM
- end
-
- when_the_chef_server "is empty with a basic config" do
- it "a chef-client run should succeed" do
- result = shell_out(chef_client_cmd)
- result.error!
- end
- end
- end
end