aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-09-24 14:22:34 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-09-24 14:22:34 -0700
commita9ff1c108ad9fb6b6050aece68f753de93352cac (patch)
tree4e663d883aba922c93ca713d0d7b940c2c566c88
parent3a3ef86fb41279cc399d5e2539bdda102ba570cb (diff)
Update AAI credentials for robot testsuite
Change-Id: Ibd6db4403916b2324bdef69468bb5ed0eee2e9c9 Issue-ID: INT-668 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--boot/robot/integration_robot_properties.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/robot/integration_robot_properties.py b/boot/robot/integration_robot_properties.py
index a548ab52..5ba80392 100644
--- a/boot/robot/integration_robot_properties.py
+++ b/boot/robot/integration_robot_properties.py
@@ -5,8 +5,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"