X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fopenflowplugin%2FPerformance_Flow_Config%2F040_Stats_Collection_One.robot;h=31e395e4540a5d6f1f4b86ce455df4af0a8e99bc;hb=d91788e69351d62c163e9d9266f7c0b02116bc3e;hp=9d309d5b43b431e990470a52c06c0cc716557b00;hpb=2a4da3ea5c8c2474e0c8ee3401187c0b5e0aafe8;p=integration%2Ftest.git diff --git a/csit/suites/openflowplugin/Performance_Flow_Config/040_Stats_Collection_One.robot b/csit/suites/openflowplugin/Performance_Flow_Config/040_Stats_Collection_One.robot index 9d309d5b43..31e395e454 100644 --- a/csit/suites/openflowplugin/Performance_Flow_Config/040_Stats_Collection_One.robot +++ b/csit/suites/openflowplugin/Performance_Flow_Config/040_Stats_Collection_One.robot @@ -43,11 +43,11 @@ Check No Flows In Operational Connect Switches [Documentation] Starts mininet with requested number of switches (${swnr}) Log Starting mininet with ${swnr} switches - Open Connection ${TOOLS_SYSTEM_IP} prompt=${DEFAULT_LINUX_PROMPT} timeout=600 + Open Connection ${TOOLS_SYSTEM_IP} prompt=${TOOLS_SYSTEM_PROMPT} timeout=600 Login With Public Key ${TOOLS_SYSTEM_USER} ${USER_HOME}/.ssh/${SSH_KEY} any Write sudo ovs-vsctl set-manager ptcp:6644 Write sudo mn -c - Read Until ${DEFAULT_LINUX_PROMPT} + Read Until ${TOOLS_SYSTEM_PROMPT} Write sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --topo linear,${swnr} --switch ovsk,protocols=OpenFlow13 Read Until mininet> Create Session session http://${ODL_SYSTEM_IP}:${RESTCONFPORT} auth=${AUTH} headers=${HEADERS_XML} @@ -59,12 +59,12 @@ Stop Switches Delete All Sessions Read Write exit - Read Until ${DEFAULT_LINUX_PROMPT} + Read Until ${TOOLS_SYSTEM_PROMPT} Close Connection Are Switches Connected Topo [Documentation] Checks wheather switches are connected to controller - ${resp}= Get session /restconf/operational/network-topology:network-topology/topology/flow:1 headers=${ACCEPT_XML} + ${resp}= Get Request session /restconf/operational/network-topology:network-topology/topology/flow:1 headers=${ACCEPT_XML} Log ${resp.content} ${count}= Get Element Count ${resp.content} xpath=node Should Be Equal As Numbers ${count} ${swnr}