Merge "Update AAI credentials for robot testsuite"
authorAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Tue, 25 Sep 2018 20:34:56 +0000 (20:34 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 25 Sep 2018 20:34:56 +0000 (20:34 +0000)
kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py

index bbeafd9..f011023 100644 (file)
@@ -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"