From: Eric Debeau Date: Sat, 21 Oct 2017 15:22:02 +0000 (+0000) Subject: Change ECOMPPORTAL by ONAPPORTAL X-Git-Tag: 1.0.0-Amsterdam~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F19957%2F1;p=testsuite.git Change ECOMPPORTAL by ONAPPORTAL Change-Id: I76acc4f28ea47b0ad7f16fc2bce5b5a70a8a1907 Issue-ID: INT-291 Signed-off-by: Eric Debeau --- diff --git a/robot/assets/templates/web/index.html.template b/robot/assets/templates/web/index.html.template index db9c5ea0..7f1e93fd 100644 --- a/robot/assets/templates/web/index.html.template +++ b/robot/assets/templates/web/index.html.template @@ -9,7 +9,7 @@ The portal can be found at:

- Portal + Portal

One requires role based user names and passwords to receive the full portal functionality. In the demo setup we pre provisioned:

diff --git a/robot/resources/portal_interface.robot b/robot/resources/portal_interface.robot index 29205292..e0049345 100644 --- a/robot/resources/portal_interface.robot +++ b/robot/resources/portal_interface.robot @@ -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 ***