From 6b108a1ee9757373600688c7aeb7ee7c27f7f699 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 24 May 2021 12:01:55 -0400 Subject: Add GRA CSIT tests Added CSIT test cases for basic GENERIC-RESOURCE-API flow Change-Id: Ic4f0b1bb5c59ca873e028089e77ab938deaa95f9 Issue-ID: SDNC-1546 Signed-off-by: Dan Timoney Former-commit-id: 1e647188c6844f5fdef672feec05282b77cdbf87 --- installation/src/main/properties/generic-resource-api-dg.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installation/src/main/properties') diff --git a/installation/src/main/properties/generic-resource-api-dg.properties b/installation/src/main/properties/generic-resource-api-dg.properties index 980a2819..b29d3c08 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -1,7 +1,7 @@ restapi.templateDir=/opt/onap/sdnc/restapi/templates controller.url=http://localhost:8181 controller.user=${ODL_USER} -controller.pwd=${ODL_HOST} +controller.pwd=${ODL_PASSWORD} honeycomb.url=http://{honeycomb-instance-ip}:8183 honeycomb.user=${HONEYCOMB_USER} honeycomb.pwd=${HONEYCOMB_PASSWORD} -- cgit 1.2.3-korg