From: Patrick Brady Date: Tue, 30 Jan 2018 21:48:32 +0000 (-0500) Subject: Change url being used in chef test X-Git-Tag: v1.3.0~308 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F95%2F29695%2F2;p=appc.git Change url being used in chef test The domain that was being used for the chef test was a real url. The test failed most of the time. Setting it to localhost. Change-Id: I7c162b313b78e174ca3845920dfa88a7004983d5 Signed-off-by: Patrick Brady Issue-ID: APPC-556 --- diff --git a/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/src/test/resources/test.properties b/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/src/test/resources/test.properties index 2623f283a..4674473ed 100644 --- a/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/src/test/resources/test.properties +++ b/appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/src/test/resources/test.properties @@ -1,5 +1,5 @@ org.onap.appc.adapter.chef.chefclient.userId=test org.onap.appc.adapter.chef.chefclient.pemPath=/src/test/resources/testclient.pem -org.onap.appc.adapter.chef.chefclient.endPoint=http://test.com +org.onap.appc.adapter.chef.chefclient.endPoint=http://127.0.0.1 org.onap.appc.adapter.chef.chefclient.organizations=onap org.onap.appc.adapter.chef.chefclient.path=/test/path