Update Robot Framework format - step 7
[integration/test.git] / csit / suites / groupbasedpolicy / GBP / Devstack / Variables.robot
1 *** Settings ***
2 Documentation       Global variables for GBPSFC 6node topology. Some variables are release specific and their value depend on
3 ...                 ODL_STREAM variable which contains release name and is defined in Jenkins job. Keywords for setting release specific
4 ...                 data are located in this file.
5
6 Variables           ../../../../variables/Variables.py
7
8
9 *** Variables ***
10 ${NEURONMAPPER_BOOT_URL}    restconf/config/neutron-mapper:mappings
11 ${OF_OVERLAY_BOOT_URL}      restconf/config/ofoverlay:of-overlay-config
12 ${PROMPT_TIMEOUT}           ${DEFAULT_TIMEOUT}
13 ${DEVSTACK_BRANCH}          ${OPENSTACK_BRANCH}
14 ${DEVSTACK_IP}              ${TOOLS_SYSTEM_IP}
15 ${DEVSTACK_USER}            ${TOOLS_SYSTEM_USER}
16 ${DEVSTACK_PROMPT}          ${DEFAULT_LINUX_PROMPT}
17 # modify the below var for local testing
18 ${DEVSTACK_DIR}             ${DEVSTACK_DEPLOY_PATH}
19 # modify the below var for local testing
20 ${DEVSTACK_PWD}             ${EMPTY}