Remove clustering suite test to check OVS managers 83/48083/3
authorAlon Kochba <alonko@hpe.com>
Mon, 7 Nov 2016 17:59:34 +0000 (19:59 +0200)
committerJamo Luhrsen <jluhrsen@redhat.com>
Mon, 7 Nov 2016 23:53:28 +0000 (23:53 +0000)
This test expected result varies between old and new netvirt,
and was originally added as a debugging step - simply remove it
to prevent failures in new netvirt runs.

Change-Id: I3fd46899e71d9be17afdf09ee3760a662d733fe4
Signed-off-by: Alon Kochba <alonko@hpe.com>
csit/suites/openstack/clustering/01_l2_tests.robot

index 6ec23a44b018767b02044059a80de9b90dff87d1..ade9341494b6843e4cdcbdd92111e6378a6a9ef1 100644 (file)
@@ -35,14 +35,6 @@ Create All Controller Sessions
     [Documentation]    Create sessions for all three contorllers.
     ClusterManagement.ClusterManagement Setup
 
-Check OVS Manager Connection Status
-    [Documentation]    This will verify if the OVS manager is connected
-    ${output}=    Wait Until Keyword Succeeds    5s    1s    Ovsdb.Verify OVS Reports Connected    ${OS_CONTROL_NODE_IP}
-    Log    ${output}
-    Set Suite Variable    ${status}    is_connected: true
-    ${dictionary}=    Create Dictionary    ${status}=9
-    Utils.Check Item Occurrence    ${output}    ${dictionary}
-
 Create Networks
     [Documentation]    Create Network with neutron request.
     : FOR    ${NetworkElement}    IN    @{NETWORKS_NAME}