Change ECOMPPORTAL by ONAPPORTAL 57/19957/1
authorEric Debeau <eric.debeau@orange.com>
Sat, 21 Oct 2017 15:22:02 +0000 (15:22 +0000)
committerEric Debeau <eric.debeau@orange.com>
Sat, 21 Oct 2017 15:22:54 +0000 (15:22 +0000)
Change-Id: I76acc4f28ea47b0ad7f16fc2bce5b5a70a8a1907
Issue-ID: INT-291
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
robot/assets/templates/web/index.html.template
robot/resources/portal_interface.robot

index db9c5ea..7f1e93f 100644 (file)
@@ -9,7 +9,7 @@
 
     The portal can be found at:<p>
 
-    <a href="http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm">Portal</a>
+    <a href="http://portal.api.simpledemo.openecomp.org:8989/ONAPPORTAL/login.htm">Portal</a>
     <p>
     One requires role based user names and passwords to receive the full portal functionality. In the demo setup we pre provisioned:
     <p>
index 2920529..e004934 100644 (file)
@@ -7,7 +7,7 @@ Library           UUID
 Resource          global_properties.robot
 
 *** Variables ***
-${PORTAL_HEALTH_CHECK_PATH}        /ECOMPPORTAL/portalApi/healthCheck
+${PORTAL_HEALTH_CHECK_PATH}        /ONAPPORTAL/portalApi/healthCheck
 ${PORTAL_ENDPOINT}     ${GLOBAL_PORTAL_SERVER_PROTOCOL}://${GLOBAL_INJECTED_PORTAL_IP_ADDR}:${GLOBAL_PORTAL_SERVER_PORT}
 
 *** Keywords ***