summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-09-24 14:26:40 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-09-24 14:26:40 -0700
commit4cbf1c9a01b60b75e55fb9e28520d33fc8441292 (patch)
tree37b129ae174772ccad6b1c8f7bd37297bd2ee1db /resources
parent8f9d066fab2fc333d9576481e96667b3b6828edf (diff)
Update AAI credentials for robot testsuite
Change-Id: I88970fcb6fb42b48fa28ccbf667127517dd793e3 Issue-ID: INT-668 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'resources')
-rw-r--r--resources/config/eteshare/config/integration_robot_properties.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/config/eteshare/config/integration_robot_properties.py b/resources/config/eteshare/config/integration_robot_properties.py
index bbeafd9..f011023 100644
--- a/resources/config/eteshare/config/integration_robot_properties.py
+++ b/resources/config/eteshare/config/integration_robot_properties.py
@@ -19,8 +19,8 @@ GLOBAL_AAF_PASSWORD = "demo123456!"
# aai info - everything is from the private oam network (also called onap private network)
GLOBAL_AAI_SERVER_PROTOCOL = "https"
GLOBAL_AAI_SERVER_PORT = "8443"
-GLOBAL_AAI_USERNAME = "AAI"
-GLOBAL_AAI_PASSWORD = "AAI"
+GLOBAL_AAI_USERNAME = "aai@aai.onap.org"
+GLOBAL_AAI_PASSWORD = "demo123456!"
# appc info - everything is from the private oam network (also called onap private network)
GLOBAL_APPC_SERVER_PROTOCOL = "http"
GLOBAL_APPC_SERVER_PORT = "8282"