5119c0fd96776b5933aae578514caaca344aa3eb
[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_VERSION variable which contains release name and is defined in Jenkins job. Keywords for setting release specific
4 ...               data are located in this file.
5 Variables         ../../../../variables/Variables.py
6
7 *** Variables ***
8 ${NEURONMAPPER_BOOT_URL}    restconf/config/neutron-mapper:mappings
9 ${OF_OVERLAY_BOOT_URL}    restconf/config/ofoverlay:of-overlay-config
10 ${PROMPT_TIMEOUT}    ${DEFAULT_TIMEOUT}
11 ${DEVSTACK_BRANCH}    ${OPENSTACK_BRANCH}
12 ${DEVSTACK_IP}    ${TOOLS_SYSTEM_IP}
13 ${DEVSTACK_USER}    ${TOOLS_SYSTEM_USER}
14 ${DEVSTACK_PROMPT}    ${DEFAULT_LINUX_PROMPT}
15 # modify the below var for local testing
16 ${DEVSTACK_DIR}    ${DEVSTACK_DEPLOY_PATH}
17 # modify the below var for local testing
18 ${DEVSTACK_PWD}    ${EMPTY}