aaa4f45e0defc65f1384a219a7b766c62081d584
[it/test.git] / ric_robot_suite / robot / resources / global_properties.robot
1 *** Settings ***
2 Documentation        store all properties that can change or are used in multiple places here
3 ...                  format is all caps with underscores between words and prepended with GLOBAL
4 ...                  make sure you prepend them with GLOBAL so that other files can easily see it
5 ...                  is from this file.
6
7
8 *** Variables ***
9 ${GLOBAL_RICPLT_NAMESPACE}                ricplt
10 &{GLOBAL_RICPLT_COMPONENTS}               a1mediator=deployment-ricplt-a1mediator
11 ...                                       appmgr=deployment-ricplt-appmgr
12 ...                                       e2mgr=deployment-ricplt-e2mgr
13 ...                                       e2term=deployment-ricplt-e2term
14 ...                                       rtmgr=deployment-ricplt-rtmgr
15 ${GLOBAL_APPLICATION_ID}                  ric-robot
16 ${GLOBAL_BUILD_NUMBER}                    0
17 #
18 ${GLOBAL_RIC_PRIVATE_KEY}                 ${EXECDIR}/robot/assets/keys/ric_dev.pvt
19 #
20 ${GLOBAL_SELENIUM_BROWSER}                chrome
21 ${GLOBAL_SELENIUM_BROWSER_CAPABILITIES}   Create Dictionary
22 ${GLOBAL_SELENIUM_DELAY}                  0
23 ${GLOBAL_SELENIUM_BROWSER_IMPLICIT_WAIT}  5
24 ${GLOBAL_SELENIUM_BROWSER_WAIT_TIMEOUT}   15
25