From 101e3379f992090c43acfdd14a762088327eda9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Branislav=20Jano=C5=A1=C3=ADk?= Date: Wed, 23 Dec 2015 11:26:34 +0100 Subject: [PATCH] Topoprocessing bugs made visible in robot logs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I88a420cfa8e515f07e6a72112b2dc1175a0ed0f3 Signed-off-by: Branislav Janošík --- .../basic-topology-operations/010_Aggregation.robot | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- 2.36.6