From: Branislav Janošík Date: Wed, 23 Dec 2015 10:26:34 +0000 (+0100) Subject: Topoprocessing bugs made visible in robot logs X-Git-Tag: release/beryllium-sr1~242 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=101e3379f992090c43acfdd14a762088327eda9a Topoprocessing bugs made visible in robot logs Change-Id: I88a420cfa8e515f07e6a72112b2dc1175a0ed0f3 Signed-off-by: Branislav Janošík --- diff --git a/csit/suites/topoprocessing/basic-topology-operations/010_Aggregation.robot b/csit/suites/topoprocessing/basic-topology-operations/010_Aggregation.robot index a43776cee7..004e8dd89f 100644 --- a/csit/suites/topoprocessing/basic-topology-operations/010_Aggregation.robot +++ b/csit/suites/topoprocessing/basic-topology-operations/010_Aggregation.robot @@ -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} 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} 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