Some cleaning here as delete flows is not supported by mn 2.0.0
[integration/test.git] / test / csit / suites / base / 050__OVSDB_plugin.txt
index c2995b6141e1386dd28867ae4d262f6248022338..30015e555b871def99a59d510aa49f455de857be 100644 (file)
@@ -72,9 +72,9 @@ Add s4 ports
 Ping h1 to h4
     [Documentation]    Ping h1 to h4, verify no packet loss
     [Tags]   Get
-    Sleep   40
-    Write   h1 ping -c 3 h4
-    Sleep   6
+    Sleep   5
+    Write   h1 ping -c 30 h4
+    Sleep   35
     ${result}    Read
     Should Contain   ${result}   64 bytes
 Delete s4 ports
@@ -119,10 +119,3 @@ Disconnect mininet
     ${result}    To JSON    ${resp.content}
     ${content}    Get From Dictionary    ${result}    ${key}
     List Should Not Contain Value    ${content}    ${body}
-Remove flows
-    [Documentation]    Remove flows generated by simple fwd
-    [Tags]   Get
-    Write   dpctl del-flows
-    Sleep   1
-    Read
-