Fix ping issue at LF
[integration/test.git] / test / csit / suites / base / 050__OVSDB_plugin.txt
index cc5152d61a71aecbcab9feba466c93d87bf81c83..4c7de81cf38fce6ab699d2b0ee001172b25ed6a2 100644 (file)
@@ -69,12 +69,16 @@ Add s4 ports
     ${resp}   Post   session   ${REST_CONTEXT_BD}/port/OVS/MININET/s3/s3-eth3
     ...   data={"type":"patch", "CUSTOM":{"peer":"s4-eth2"}}
     Should Be Equal As Strings    ${resp.status_code}    201
-Remove flows
-    [Documentation]    Remove flows generated by simple fwd
+Ping h1 to h4
+    [Documentation]    Ping h1 to h4, verify no packet loss
     [Tags]   Get
-    Write   dpctl del-flows
-    Sleep   1
-    Read
+    Sleep   5
+    Write   h1 ping -c 30 h4
+    Sleep   40
+    Write   h4 ping -c 30 h1
+    Sleep   40
+    ${result}    Read
+    Should Contain   ${result}   64 bytes
 Delete s4 ports
     [Documentation]    Delete s4 connected ports
     [Tags]    delete