marking three failing tests with bug id (5221) 69/34369/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Wed, 10 Feb 2016 06:58:12 +0000 (22:58 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Wed, 10 Feb 2016 06:58:12 +0000 (22:58 -0800)
Change-Id: If683e4670a538c5083315afdc9f5e7c86732ed3b
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
csit/suites/ovsdb/Southbound_Domain/030__configure_exit_ovsdb_node.robot

index 53eae40028f442dc557ddc95efa22cf6ee5c78cd..b2e1f295cf893c8bfd1a54bd38897f23c8dca14b 100644 (file)
@@ -39,7 +39,7 @@ Connect to OVSDB Node
 Get Operational Topology
     [Documentation]    This request will fetch the operational topology from the connected OVSDB nodes
     Wait Until Keyword Succeeds    8s    2s    Check For Elements At URI    ${OPERATIONAL_TOPO_API}    ${node_list}
-    [Teardown]    Report_Failure_Due_To_Bug    4756
+    [Teardown]    Report_Failure_Due_To_Bug    5221
 
 Verify Bridge Port Not In Config DS
     [Documentation]    This will fetch the configuration topology from configuration data store to verify the bridge is added to the data store
@@ -94,6 +94,7 @@ Get Operational Topology with modified Port
     [Documentation]    This request will fetch the operational topology after the Port is added to the bridge
     @{list}    Create List    ${BRIDGE}    vx1    10.0.0.19
     Wait Until Keyword Succeeds    8s    2s    Check For Elements At URI    ${OPERATIONAL_TOPO_API}    ${list}
+    [Teardown]    Report_Failure_Due_To_Bug    5221
 
 Create Port and attach to a Bridge
     [Documentation]    This request will creates port/interface and attach it to the specific bridge
@@ -108,6 +109,7 @@ Get Operational Topology with Port
     [Documentation]    This request will fetch the operational topology after the Port is added to the bridge
     @{list}    Create List    ${BRIDGE}    vxlanport
     Wait Until Keyword Succeeds    8s    2s    Check For Elements At URI    ${OPERATIONAL_TOPO_API}    ${list}
+    [Teardown]    Report_Failure_Due_To_Bug    5221
 
 Delete the Port1
     [Documentation]    This request will delete the port node from the bridge node and data store.