X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fvariables%2Ftopoprocessing%2FTopologyRequests.py;h=f3220c9cd55f789fc5a68ee61f3720eb9f6d0cc2;hb=c874b7ba512e68c0207b7cf90926d76a145607f7;hp=795884cd574c1510af9e625ec9650e7bb8ad50a5;hpb=334eb29d58eccffc74307fc71d08208f7e429bd4;p=integration%2Ftest.git diff --git a/csit/variables/topoprocessing/TopologyRequests.py b/csit/variables/topoprocessing/TopologyRequests.py index 795884cd57..f3220c9cd5 100644 --- a/csit/variables/topoprocessing/TopologyRequests.py +++ b/csit/variables/topoprocessing/TopologyRequests.py @@ -1,4 +1,4 @@ -UNIFICATION_NT = ''' +UNIFICATION_NT = ''' topo:1 {output-model} @@ -23,9 +23,9 @@ UNIFICATION_NT = ''' - ''' + ''' -UNIFICATION_NT_AGGREGATE_INSIDE = ''' +UNIFICATION_NT_AGGREGATE_INSIDE = ''' topo:1 {output-model} @@ -44,9 +44,9 @@ UNIFICATION_NT_AGGREGATE_INSIDE = ''' +UNIFICATION_FILTRATION_NT_AGGREGATE_INSIDE = ''' topo:1 {output-model} @@ -70,9 +70,9 @@ UNIFICATION_FILTRATION_NT_AGGREGATE_INSIDE = ''' +UNIFICATION_FILTRATION_NT = ''' topo:1 {output-model} @@ -103,9 +103,9 @@ UNIFICATION_FILTRATION_NT = ''' +FILTRATION_NT = ''' topo:1 {output-model} @@ -119,7 +119,7 @@ FILTRATION_NT = ''' - ''' + ''' APPLY_FILTERS = ''' {filter-id} @@ -248,8 +248,10 @@ LINK_COMPUTATION = ''' + xmlns:isis="urn:TBD:params:xml:ns:yang:network:isis-topology" + xmlns:ovsdb="urn:opendaylight:params:xml:ns:yang:ovsdb"> {node-id} + {ovs-version} @@ -262,6 +264,7 @@ NODE_ISIS = ''' {node-id} {ip-address} + {serial-number} ''' TERMINATION_POINT_OVSDB = '''{nc-id} {port-number} ''' + +LINK = ''' + {link-id} + + {source-node} + + + {dest-node} + + + {name} + {metric} + + '''