Change url being used in chef test 95/29695/2
authorPatrick Brady <pb071s@att.com>
Tue, 30 Jan 2018 21:48:32 +0000 (16:48 -0500)
committerRanda Maher <rx196w@att.com>
Wed, 7 Feb 2018 20:30:33 +0000 (20:30 +0000)
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 <pb071s@att.com>
Issue-ID: APPC-556

appc-adapters/appc-chef-adapter/appc-chef-adapter-bundle/src/test/resources/test.properties

index 2623f28..4674473 100644 (file)
@@ -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