Remove OVSDB ping as it is not stable.
[integration/test.git] / test / csit / suites / base / 050__OVSDB_plugin.txt
index bf8b062ab8bd4e2376d9ab3d1ba98b12798d4aaa..cc5152d61a71aecbcab9feba466c93d87bf81c83 100644 (file)
@@ -69,14 +69,6 @@ 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
-Ping h1 to h4
-    [Documentation]    Ping h1 to h4, verify no packet loss
-    [Tags]   Get
-    Sleep   6
-    Write   h1 ping -c 3 h4
-    Sleep   6
-    ${result}    Read
-    Should Contain   ${result}   64 bytes
 Remove flows
     [Documentation]    Remove flows generated by simple fwd
     [Tags]   Get