X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=csit%2Flibraries%2FTopoprocessingKeywords.robot;h=14a5569ff43eae633a098322830d023aa2fb6ba0;hb=91b1a3d441b9f114f1797c02b27afc16da5d0b06;hp=0a03c9c2e58facc32770e37bd6666ceb27c78e61;hpb=e9c2854d58767d0ff9dc2866f88249485bc6bf2f;p=integration%2Ftest.git diff --git a/csit/libraries/TopoprocessingKeywords.robot b/csit/libraries/TopoprocessingKeywords.robot index 0a03c9c2e5..14a5569ff4 100644 --- a/csit/libraries/TopoprocessingKeywords.robot +++ b/csit/libraries/TopoprocessingKeywords.robot @@ -110,10 +110,10 @@ Prepare Unification Topology Request [Return] ${request_template} Prepare Unification Filtration Topology Request - [Arguments] ${request_template} ${model} ${target-field} ${underlay_topo2} + [Arguments] ${request_template} ${model} ${target_field} ${underlay_topo2} [Documentation] Prepare topology request for unification on two topologies from template ${request_template} Set Element Text ${request_template} ${underlay_topo2} xpath=.//correlation/aggregation/mapping[2]/underlay-topology - ${request_template} Set Element Text ${request_template} ${target-field} xpath=.//correlation/aggregation/mapping[2]/target-field[1]/target-field-path + Insert Target Field ${request_template} 2 ${target_field} 1 ${request_template} Set Element Text ${request_template} ${model} xpath=.//correlation/aggregation/mapping[2]/input-model ${request_template} Element to String ${request_template} [Return] ${request_template} @@ -127,7 +127,7 @@ Prepare Unification Filtration Inside Topology Request ${request_template} Set Element Text ${request_template} unification xpath=.//correlation/aggregation/aggregation-type ${request_template} Set Element Text ${request_template} ${model} xpath=.//correlation/aggregation/mapping[1]/input-model ${request_template} Set Element Text ${request_template} ${underlay_topo} xpath=.//correlation/aggregation/mapping[1]/underlay-topology - ${request_template} Set Element Text ${request_template} ${target-field} xpath=.//correlation/aggregation/mapping[1]/target-field[1]/target-field-path + Insert Target Field ${request_template} 1 ${target-field} 1 ${request_template} Set Element Text ${request_template} ${underlay_topo} xpath=.//correlation/filtration/underlay-topology ${request_template} Element to String ${request_template} [Return] ${request_template}