Release image version 1.12.2
[testsuite.git] / 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 is from this file.
5
6
7 *** Variables ***
8 ${GLOBAL_APPLICATION_ID}           robot-ete
9 ${GLOBAL_SO_STATUS_PATH}    /onap/so/infra/orchestrationRequests/v6/
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
21 ${GLOBAL_OPENSTACK_STACK_DEPLOYMENT_TIMEOUT}    600s
22 ${GLOBAL_AAI_CLOUD_OWNER}    CloudOwner
23 ${GLOBAL_AAI_CLOUD_OWNER_DEFINED_TYPE}    OwnerType
24 ${GLOBAL_AAI_COMPLEX_NAME}    clli1
25 ${GLOBAL_AAI_PHYSICAL_LOCATION_ID}    clli1
26 ${GLOBAL_AAI_AVAILABILITY_ZONE_NAME}    nova
27 ${GLOBAL_BUILD_NUMBER}    0
28 ${GLOBAL_OWNING_ENTITY_NAME}    OE-Demonstration
29 ${GLOBAL_VID_UI_TIMEOUT_SHORT}    20s
30 ${GLOBAL_VID_UI_TIMEOUT_MEDIUM}    60s
31 ${GLOBAL_VID_UI_TIMEOUT_LONG}    120s
32 ${GLOBAL_AAI_INDEX_PATH}    /aai/v14
33 ${GLOBAL_AAI_ZONE_ID}    nova1
34 ${GLOBAL_AAI_ZONE_NAME}    nova
35 ${GLOBAL_AAI_DESIGN_TYPE}    integration
36 ${GLOBAL_AAI_ZONE_CONTEXT}    labs
37 ${GLOBAL_TEMPLATE_FOLDER}    robot/assets/templates
38 ${GLOBAL_ASSETS_FOLDER}    robot/assets
39 ${GLOBAL_SERVICE_MAPPING_DIRECTORY}    ./demo/service_mapping
40 ${GLOBAL_SO_HEALTH_CHECK_PATH}    /manage/health
41 ${GLOBAL_SO_CLOUD_CONFIG_PATH}    /cloudSite
42 ${GLOBAL_SO_CLOUD_CONFIG_TEMPLATE}    so/create_cloud_config.jinja
43 ${GLOBAL_SDC_DCAE_BE_ENDPOINT}    ${GLOBAL_SDC_SERVER_PROTOCOL}://${GLOBAL_INJECTED_SDC_DCAE_BE_IP_ADDR}:${GLOBAL_SDC_DCAE_BE_PORT}
44 ${GLOBAL_SO_ORCHESTRATION_REQUESTS_PATH}       /onap/so/infra/orchestrationRequests/v7
45 ${GLOBAL_DCAE_COLLECTOR_IP}    10.12.5.250
46 ${GLOBAL_DCAE_COLLECTOR_PORT}    30417
47 ${GLOBAL_VLB_0_INT_PKTGEN_PRIVATE_PORT_0_MAC}    fa:16:3e:00:00:10
48 ${GLOBAL_VPG_0_INT_PKTGEN_PRIVATE_PORT_0_MAC}    fa:16:3e:00:00:20
49
50