blob: 871f9929f8cf58e7dddad3799f5c8befd3cfe0ee [file] [log] [blame]
DR695Hccff30b2017-02-17 18:44:24 -05001*** Settings ***
2Documentation 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 is from this file.
5
6
7*** Variables ***
8${GLOBAL_APPLICATION_ID} robot-ete
9${GLOBAL_MSO_STATUS_PATH} /ecomp/mso/infra/orchestrationRequests/v2/
10${GLOBAL_SELENIUM_BROWSER} chrome
11${GLOBAL_SELENIUM_BROWSER_CAPABILITIES} Create Dictionary
12${GLOBAL_SELENIUM_DELAY} 0
13${GLOBAL_SELENIUM_BROWSER_IMPLICIT_WAIT} 5
14${GLOBAL_SELENIUM_BROWSER_WAIT_TIMEOUT} 15
15${GLOBAL_OPENSTACK_HEAT_SERVICE_TYPE} orchestration
16${GLOBAL_OPENSTACK_CINDER_SERVICE_TYPE} volume
17${GLOBAL_OPENSTACK_NOVA_SERVICE_TYPE} compute
18${GLOBAL_OPENSTACK_NEUTRON_SERVICE_TYPE} network
19${GLOBAL_OPENSTACK_GLANCE_SERVICE_TYPE} image
20${GLOBAL_OPENSTACK_KEYSTONE_SERVICE_TYPE} identity
Jerry Floodf67ce0e2017-03-20 16:59:23 -040021${GLOBAL_OPENSTACK_STACK_DEPLOYMENT_TIMEOUT} 600s
DR695Hccff30b2017-02-17 18:44:24 -050022${GLOBAL_AAI_CLOUD_OWNER} Rackspace
Jerry Floodf67ce0e2017-03-20 16:59:23 -040023${GLOBAL_BUILD_NUMBER} 0
24${GLOBAL_VID_UI_TIMEOUT_SHORT} 20s
25${GLOBAL_VID_UI_TIMEOUT_MEDIUM} 60s
26${GLOBAL_VID_UI_TIMEOUT_LONG} 120s
Jerry Flood9b5e79f2017-03-30 07:59:33 -040027${GLOBAL_VM_PRIVATE_KEY} ${EXECDIR}/robot/assets/keys/robot_ssh_private_key.pvt