X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fvariables%2FVariables.robot;h=ae05ff96c1ad29e9f554527fde5659ac3e0949ab;hb=02eb3418af8de2831ad8a5aa1d119746fffd1bac;hp=5af57c9d660fb7f756d415f2368353c52f51dc57;hpb=53529a3b27333cdcbce597983f74c07510f4ada5;p=integration%2Ftest.git diff --git a/csit/variables/Variables.robot b/csit/variables/Variables.robot index 5af57c9d66..ae05ff96c1 100644 --- a/csit/variables/Variables.robot +++ b/csit/variables/Variables.robot @@ -130,6 +130,7 @@ ${OPERATIONAL_NODES_API} /restconf/operational/opendaylight-inventory:nodes ${OPERATIONAL_NODES_NETVIRT} /restconf/operational/network-topology:network-topology/topology/netvirt:1 \ # FIXME: Move to a separate Resource and add description. ${OPERATIONAL_TOPO_API} /restconf/operational/network-topology:network-topology # FIXME: Move to a separate Resource and add description. ${OS_SYSTEM_PROMPT} \$ # Prompt substring specific to OpenStack systems. +${OS_CMD_SUCCESS} Command Returns 0 ${OSREST} /v2.0/networks # FIXME: Move to a separate Neutron-related Resource and add description. ${OVSDBPORT} 6640 # Port number ODL uses for OVSDB protocol communication. TODO: Move to OVSDB-specific Resource. ${PASSWORD} ${DEFAULT_PASSWORD} # Deprecated. FIXME: Eradicate.