diff options
author | Aaron Hay <ah415j@att.com> | 2018-05-24 13:11:50 -0400 |
---|---|---|
committer | Aaron Hay <ah415j@att.com> | 2018-05-24 13:11:56 -0400 |
commit | d015316290cfe88db8bba720dc2d574a27fec037 (patch) | |
tree | 3b8a7910772b1458e2145fe8953677a8f305200a | |
parent | 8c3f3665ff959cd932d893d0f0eb6f89194735b0 (diff) |
Update APPC CSIT credentials for robot test cases
Change-Id: I67c401b36915b7f1812f7b590322e656c0b5becd
Issue-ID: INT-512
Signed-off-by: Aaron Hay <ah415j@att.com>
3 files changed, 6 insertions, 6 deletions
diff --git a/test/csit/tests/appc/healthcheck/LCM_HEALTHCHECK_TIMESTAMP.robot b/test/csit/tests/appc/healthcheck/LCM_HEALTHCHECK_TIMESTAMP.robot index 2259f3f69..cfba50b8d 100644 --- a/test/csit/tests/appc/healthcheck/LCM_HEALTHCHECK_TIMESTAMP.robot +++ b/test/csit/tests/appc/healthcheck/LCM_HEALTHCHECK_TIMESTAMP.robot @@ -14,7 +14,7 @@ ${var} APPC LCM API HEALTHCHECK [Documentation] APPC LCM API HEALTHCHECK Start Virtual Display 1920 1080 - Open Browser http://admin:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U@localhost:8282/apidoc/explorer/index.html chrome + Open Browser http://admin:admin@localhost:8282/apidoc/explorer/index.html chrome Maximize Browser Window # Click Element xpath=.//p[contains(text(),'If you have reason to expect the website is safe, select the I Accept the Risk button to continue.')]//following::img @@ -49,4 +49,4 @@ APPC LCM API HEALTHCHECK Tear Down [Documentation] Close all browsers - Close All Browsers
\ No newline at end of file + Close All Browsers diff --git a/test/csit/tests/appc/healthcheck/LCM_VM_RESTART_TIMESTAMP.robot b/test/csit/tests/appc/healthcheck/LCM_VM_RESTART_TIMESTAMP.robot index 768865f92..98a8e584c 100644 --- a/test/csit/tests/appc/healthcheck/LCM_VM_RESTART_TIMESTAMP.robot +++ b/test/csit/tests/appc/healthcheck/LCM_VM_RESTART_TIMESTAMP.robot @@ -13,7 +13,7 @@ ${var} APPC LCM API VM RESTART [Documentation] APPC LCM API VM RESTART Start Virtual Display 1920 1080 - Open Browser http://admin:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U@localhost:8282/apidoc/explorer/index.html chrome + Open Browser http://admin:admin@localhost:8282/apidoc/explorer/index.html chrome Maximize Browser Window # Click Element xpath=.//p[contains(text(),'If you have reason to expect the website is safe, select the I Accept the Risk button to continue.')]//following::img @@ -44,4 +44,4 @@ APPC LCM API VM RESTART Tear Down [Documentation] Close all browsers - Close All Browsers
\ No newline at end of file + Close All Browsers diff --git a/test/csit/tests/appc/healthcheck/LCM_VNF_RESTART_TIMESTAMP.robot b/test/csit/tests/appc/healthcheck/LCM_VNF_RESTART_TIMESTAMP.robot index 15690f023..0f550d343 100644 --- a/test/csit/tests/appc/healthcheck/LCM_VNF_RESTART_TIMESTAMP.robot +++ b/test/csit/tests/appc/healthcheck/LCM_VNF_RESTART_TIMESTAMP.robot @@ -16,7 +16,7 @@ ${var} APPC LCM API VNF RESTART [Documentation] APPC LCM API VNF RESTART Start Virtual Display 1920 1080 - Open Browser http://admin:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U@localhost:8282/apidoc/explorer/index.html chrome + Open Browser http://admin:admin@localhost:8282/apidoc/explorer/index.html chrome Maximize Browser Window # Click Element xpath=.//p[contains(text(),'If you have reason to expect the website is safe, select the I Accept the Risk button to continue.')]//following::img @@ -47,4 +47,4 @@ APPC LCM API VNF RESTART Tear Down [Documentation] Close all browsers - Close All Browsers
\ No newline at end of file + Close All Browsers |