diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-10-19 04:02:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-19 04:02:46 +0000 |
commit | da9baba4a76e74c539d738a777b289171a743964 (patch) | |
tree | 171e224e608a387c83d5be0d7a3f1b17d81e7d32 /test/csit/tests/portal/testsuites/test1.robot | |
parent | e88b827e9ac4c9b8198813e0e413661b39ec7b2b (diff) | |
parent | 4089a3374972aa8cb2264dbf1477ad5e9066a2b1 (diff) |
Merge "Updated setup.sh and test1.robot"
Diffstat (limited to 'test/csit/tests/portal/testsuites/test1.robot')
-rw-r--r-- | test/csit/tests/portal/testsuites/test1.robot | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/test/csit/tests/portal/testsuites/test1.robot b/test/csit/tests/portal/testsuites/test1.robot index 42f88bf39..2fdf9d49f 100644 --- a/test/csit/tests/portal/testsuites/test1.robot +++ b/test/csit/tests/portal/testsuites/test1.robot @@ -14,9 +14,8 @@ Resource json_templater.robot *** Variables *** -#${PORTAL_URL} http://localhost:8989 -${PORTAL_URL} http://portal.api.simpledemo.openecomp.org:8989 -${PORTAL_ENV} /ECOMPPORTAL +${PORTAL_URL} http://portal.api.simpledemo.onap.org:8989 +${PORTAL_ENV} /ONAPPORTAL ${PORTAL_LOGIN_URL} ${PORTAL_URL}${PORTAL_ENV}/login.htm ${PORTAL_HOME_PAGE} ${PORTAL_URL}${PORTAL_ENV}/applicationsHome ${PORTAL_MICRO_ENDPOINT} ${PORTAL_URL}${PORTAL_ENV}/commonWidgets @@ -40,7 +39,7 @@ ${Test_LoginID} portal ${Test_Loginpwd} demo123456! ${Test_LoginPwdCheck} demo123456! ${Existing_User} portal -${PORTAL_HEALTH_CHECK_PATH} /ECOMPPORTAL/portalApi/healthCheck +${PORTAL_HEALTH_CHECK_PATH} /ONAPPORTAL/portalApi/healthCheck ${PORTAL_ASSETS_DIRECTORY} ${CURDIR} ${GLOBAL_APPLICATION_ID} robot-functional ${GLOBAL_PORTAL_ADMIN_USER} demo @@ -60,7 +59,7 @@ ${GLOBAL_OPENSTACK_KEYSTONE_SERVICE_TYPE} identity ${GLOBAL_BUILD_NUMBER} 0 ${GLOBAL_VM_PRIVATE_KEY} ${EXECDIR}/robot/assets/keys/robot_ssh_private_key.pvt ${jira} jira -${RESOURCE_PATH} ECOMPPORTAL/auxapi/ticketevent +${RESOURCE_PATH} ONAPPORTAL/auxapi/ticketevent ${portal_Template} ${CURDIR}/portal.template @@ -886,9 +885,13 @@ Application admin Delete Standard User Existing user Application admin Logout from Portal GUI [Documentation] Logout from Portal GUI Click Element xpath=//div[@id='header-user-icon'] + Set Selenium Implicit Wait 3000 Click Button xpath=//button[contains(.,'Log out')] - #Confirm Action - Title Should Be Login + Set Selenium Implicit Wait 3000 + Title Should Be Login + + + Standared user Login To Portal GUI |