From: shubhangibharti Date: Fri, 7 Jun 2019 20:51:26 +0000 (+0530) Subject: Sorted remaining unordered variables. X-Git-Tag: pre-potassium~329 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=b071496b5759f4cf98d5bff1d9bf15c62c6d2d43 Sorted remaining unordered variables. Change-Id: I3d3b6488f61ae4c3391ef7620c09a7ab6edce1e4 Signed-off-by: shubhangibharti --- diff --git a/csit/variables/Variables.robot b/csit/variables/Variables.robot index 2c2365a8cd..2f887c8599 100644 --- a/csit/variables/Variables.robot +++ b/csit/variables/Variables.robot @@ -38,9 +38,7 @@ ${ALERTMESSAGECOUNTRULERECORD} /restconf/config/alertrule:alertMessageCountRu ${AUTH_TOKEN_API} /oauth2/token # FIXME: Move to a separate AAA-related Resource and add description. ${BGP_TOOL_PORT} 17900 # Tool side of BGP communication listens on this port. ${BGPCEP_LOG_LEVEL} ${DEFAULT_BGPCEP_LOG_LEVEL} # Some suites temporarily override org.opendaylight.bgpcep Karaf log level to this value. -${BUNDLEFOLDER} /opt/opendaylight # default location to find opendaylight root folder. Upstream CSIT overrides this on the pybot command line -${CTRLS} controllers # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description. -${CTRLS_CREATE} controllers.json # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description. +${BUNDLEFOLDER} /opt/opendaylight # default location to find opendaylight root folder. Upstream CSIT overrides this on the pybot command line. ${CONFIG_NODES_API} /restconf/config/opendaylight-inventory:nodes # FIXME: Move to a separate Resource and add description. ${CONFIG_TOPO_API} /restconf/config/network-topology:network-topology # FIXME: Move to a separate Resource and add description. ${CONFIG_API} /restconf/config # FIXME: Move to a separate Resource and add description. @@ -55,6 +53,8 @@ ${CREATE_PATHPOLICY_TOPOLOGY_FILE} topo-3sw-2host_multipath.py # A shortha ${CREATE_PATHPOLICY_TOPOLOGY_FILE_PATH} MininetTopo/${CREATE_PATHPOLICY_TOPOLOGY_FILE} # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description. ${CREATE_VLAN_TOPOLOGY_FILE} vlan_vtn_test.py # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description. ${CREATE_VLAN_TOPOLOGY_FILE_PATH} MininetTopo/${CREATE_VLAN_TOPOLOGY_FILE} # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description. +${CTRLS} controllers # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description. +${CTRLS_CREATE} controllers.json # A shorthand. FIXME: Find who uses this and eliminate, or at least add a good description ${CUSTOMPROP} /tmp/${BUNDLEFOLDER}/etc/custom.properties # Full path of custom.properties file ${DEFAULT_LINUX_PROMPT} > # Generic *_SYSTEM prompt for SSHLibrary.Read_Unti_Prompt. Current value is there for historic reasons. FIXME: Add -v to releng/builder and change this value to more common "$" (without quotes, with backslash). TODO: Replace usage with the strict version. ${DEFAULT_LINUX_PROMPT_STRICT} ]> # A more strict prompt substring, this only matches Bash prompt, not Mininet prompt.