From e8cae511a10036b59e1756399837946581638a0a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Samuel=20Kontri=C5=A1?= Date: Wed, 6 Apr 2016 15:45:20 +0200 Subject: [PATCH 1/1] Topoprocessing - test correction according to patch 36891 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Patch 36891 is bugfix for bug 5458 Change-Id: Id859b7afa1ee0c4cf3e502524df6d97064ecd1d1 Signed-off-by: Samuel Kontriš --- .../050_Aggregation_filtration.robot | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/csit/suites/topoprocessing/basic-topology-operations/050_Aggregation_filtration.robot b/csit/suites/topoprocessing/basic-topology-operations/050_Aggregation_filtration.robot index 19f5ff1ff2..3b36332c28 100644 --- a/csit/suites/topoprocessing/basic-topology-operations/050_Aggregation_filtration.robot +++ b/csit/suites/topoprocessing/basic-topology-operations/050_Aggregation_filtration.robot @@ -63,26 +63,25 @@ Unification Filtration Termination Point Inside Network Topology model ${resp} Send Basic Request ${request} network-topology:network-topology/topology/topo:1 Should Contain ${resp.content} topo:1 Should Contain X Times ${resp.content} node: 5 - Should Contain X Times ${resp.content} 4 + Should Contain X Times ${resp.content} 3 ${node} Get Element ${resp.content} xpath=.//node/supporting-node[node-ref='bgp:21']/.. ${node} Element to String ${node} - Should Contain X Times ${node} 2 - ${tp} Get Element ${node} xpath=.//termination-point/supporting-termin-point[tp-ref='tp:21:2']/.. - ${tp} Element to String ${tp} - Should Contain X Times ${tp} tp: 2 - Should Contain ${tp} tp:21:3 + Should Contain X Times ${node} 1 + Should Contain X Times ${node} 3 + Should Contain ${node} /network-topology:network-topology/topology/network-topo:5/node/bgp:21/termination-point/tp:21:2 + Should Contain ${node} /network-topology:network-topology/topology/network-topo:5/node/bgp:21/termination-point/tp:21:1 + Should Contain ${node} /network-topology:network-topology/topology/network-topo:5/node/bgp:21/termination-point/tp:21:3 ${node} Get Element ${resp.content} xpath=.//node/supporting-node[node-ref='bgp:22']/.. ${node} Element to String ${node} Should Contain X Times ${node} 1 - Should Contain X Times ${node} tp: 1 - Should Contain ${node} tp:22:2 + Should Contain X Times ${node} 1 + Should Contain ${node} /network-topology:network-topology/topology/network-topo:5/node/bgp:22/termination-point/tp:22:1 ${node} Get Element ${resp.content} xpath=.//node/supporting-node[node-ref='bgp:24']/.. ${node} Element to String ${node} Should Contain X Times ${node} 1 - Should Contain X Times ${node} tp: 3 - Should Contain ${node} tp:24:1 - Should Contain ${node} tp:24:2 - Should Contain ${node} tp:24:3 + Should Contain X Times ${node} 2 + Should Contain ${node} /network-topology:network-topology/topology/network-topo:5/node/bgp:24/termination-point/tp:24:1 + Should Contain ${node} /network-topology:network-topology/topology/network-topo:5/node/bgp:24/termination-point/tp:24:2 Unification Filtration Node Network Topology model [Documentation] Test unification filtration operation on Network Topology model -- 2.36.6