Topoprocessing bugs made visible in robot logs 13/31813/2
authorBranislav Janošík <branislav.janosik@pantheon.sk>
Wed, 23 Dec 2015 10:26:34 +0000 (11:26 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Sun, 3 Jan 2016 14:03:34 +0000 (14:03 +0000)
Change-Id: I88a420cfa8e515f07e6a72112b2dc1175a0ed0f3
Signed-off-by: Branislav Janošík <branislav.janosik@pantheon.sk>
csit/suites/topoprocessing/basic-topology-operations/010_Aggregation.robot

index a43776cee73be9ad9957bac79af353b8d72dadf2..004e8dd89fcb7c66f98b5be5226e7bcf61f4da5f 100644 (file)
@@ -6,7 +6,7 @@ Documentation     Test suite to verify unification operation on different models
 ...               xmls and verify output. Topology-id on the end of each urls must match topology-id from xml. Yang models of components in topology are defined in xmls.
 Suite Setup       Setup Environment
 Suite Teardown    Clean Environment
-Test Teardown     Test Teardown    network-topology:network-topology/topology/topo:1
+Test Teardown     Aggregation Test Teardown
 Library           RequestsLibrary
 Library           SSHLibrary
 Library           XML
@@ -126,6 +126,8 @@ Unification Termination Point Inside
     ${node}    Get Element    ${response_xml}    xpath=.//node/supporting-node[node-ref='bgp:5']/..
     ${node}    Element to String    ${node}
     Should Contain X Times    ${node}    <termination-point>    1
+    [Teardown]    Run Keywords    Aggregation Test Teardown
+    ...    AND    Report_Failure_Due_To_Bug    4750
 
 Unification Termination Point Inside Inventory
     [Documentation]    Test aggregate inside operation on termination points
@@ -151,3 +153,10 @@ Unification Termination Point Inside Inventory
     ${node}    Get Element    ${response_xml}    xpath=.//node/supporting-node[node-ref='of-node:5']/..
     ${node}    Element to String    ${node}
     Should Contain X Times    ${node}    <termination-point>    1
+    [Teardown]    Run Keywords    Aggregation Test Teardown
+    ...    AND    Report_Failure_Due_To_Bug    4674
+
+*** Keywords ***
+Aggregation Test Teardown
+    Test Teardown    network-topology:network-topology/topology/topo:1
+    Report_Failure_Due_To_Bug    4673