Fixing mininet reads so that we always clear mininet
[integration/test.git] / test / csit / suites / base-of13 / 070__Flows_OF13 / 302__dst_mac.txt
index e4c0abdcb06728a7c2a2c8a255a844d4c354fe5c..369952cb152ac0c9c631e6da3e5d5c1e4f846811 100644 (file)
@@ -1,6 +1,6 @@
 *** Settings ***
 Documentation     Test suite for pushing/verify/remove a flow through RESTCONF
-Suite Setup       Create Session    session    http://${CONTROLLER}:8080    auth=${AUTH}    headers=${HEADERS_XML}
+Suite Setup       Create Session    session    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
 Suite Teardown    Delete All Sessions
 Library           SSHLibrary
 Library           Collections
@@ -36,6 +36,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -58,6 +59,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1