X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric_robot_suite%2Frobot%2Fresources%2Fglobal_properties.robot;fp=ric_robot_suite%2Frobot%2Fresources%2Fglobal_properties.robot;h=aaa4f45e0defc65f1384a219a7b766c62081d584;hb=fb793dbf21da9874a5f26dfce45c4a08f4b02889;hp=ca89e421129a0e8630b28ada0f523512b8af6d8d;hpb=99115439fd9976bd251f98ed21171c6f38ff2b05;p=it%2Ftest.git diff --git a/ric_robot_suite/robot/resources/global_properties.robot b/ric_robot_suite/robot/resources/global_properties.robot index ca89e42..aaa4f45 100644 --- a/ric_robot_suite/robot/resources/global_properties.robot +++ b/ric_robot_suite/robot/resources/global_properties.robot @@ -1,15 +1,25 @@ *** Settings *** Documentation store all properties that can change or are used in multiple places here -... format is all caps with underscores between words and prepended with GLOBAL -... make sure you prepend them with GLOBAL so that other files can easily see it is from this file. +... format is all caps with underscores between words and prepended with GLOBAL +... make sure you prepend them with GLOBAL so that other files can easily see it +... is from this file. *** Variables *** -${GLOBAL_APPLICATION_ID} ric-robot -${GLOBAL_SELENIUM_BROWSER} chrome -${GLOBAL_SELENIUM_BROWSER_CAPABILITIES} Create Dictionary -${GLOBAL_SELENIUM_DELAY} 0 -${GLOBAL_SELENIUM_BROWSER_IMPLICIT_WAIT} 5 -${GLOBAL_SELENIUM_BROWSER_WAIT_TIMEOUT} 15 -${GLOBAL_BUILD_NUMBER} 0 -${GLOBAL_RIC_PRIVATE_KEY} ${EXECDIR}/robot/assets/keys/ric_dev.pvt +${GLOBAL_RICPLT_NAMESPACE} ricplt +&{GLOBAL_RICPLT_COMPONENTS} a1mediator=deployment-ricplt-a1mediator +... appmgr=deployment-ricplt-appmgr +... e2mgr=deployment-ricplt-e2mgr +... e2term=deployment-ricplt-e2term +... rtmgr=deployment-ricplt-rtmgr +${GLOBAL_APPLICATION_ID} ric-robot +${GLOBAL_BUILD_NUMBER} 0 +# +${GLOBAL_RIC_PRIVATE_KEY} ${EXECDIR}/robot/assets/keys/ric_dev.pvt +# +${GLOBAL_SELENIUM_BROWSER} chrome +${GLOBAL_SELENIUM_BROWSER_CAPABILITIES} Create Dictionary +${GLOBAL_SELENIUM_DELAY} 0 +${GLOBAL_SELENIUM_BROWSER_IMPLICIT_WAIT} 5 +${GLOBAL_SELENIUM_BROWSER_WAIT_TIMEOUT} 15 +