Remove OVSDB ping as it is not stable.
authorLuis Gomez <luis.gomez@ericsson.com>
Mon, 2 Dec 2013 22:28:45 +0000 (14:28 -0800)
committerLuis Gomez <luis.gomez@ericsson.com>
Mon, 2 Dec 2013 22:28:45 +0000 (14:28 -0800)
Change-Id: I3e6a6ebd8d7d966fa831213f4530468fdfefd18e
Signed-off-by: Luis Gomez <luis.gomez@ericsson.com>
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