X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FBierTeResource.robot;h=79b068339018509bc7ea24cc53ca6e3fd1803ca4;hb=0f5cfedbcdcac2227fec58f379d9b518c2c0f793;hp=5d0802ef540daaa8c206b54d04ef57c4c3a5c433;hpb=c5fd0cb1587c1a0202affa820c2f2505998965af;p=integration%2Ftest.git diff --git a/csit/libraries/BierTeResource.robot b/csit/libraries/BierTeResource.robot index 5d0802ef54..79b0683390 100644 --- a/csit/libraries/BierTeResource.robot +++ b/csit/libraries/BierTeResource.robot @@ -39,10 +39,11 @@ Node Online Second Layer Loop [Arguments] ${node-id} ${tp-id-list} ${bp-list} ${length} [Documentation] The keyword is used for the second layer of loop TC5_Configure Te Node. - : FOR ${j} IN RANGE ${length} - \ ${tp-id} Get From List ${tp-id-list} ${j} - \ ${bp} Get From List ${bp-list} ${j} - \ ${mapping} Create Dictionary TOPOLOGYID=${TOPOLOGY_ID} NODEID=${node-id} DOMAINID=${DOMAIN_ID_LIST[0]} SUBDOMAINID=${SUBDOMAIN_ID_LIST[0]} - \ ... TPID=${tp-id} BP=${bp} - \ ${resp} TemplatedRequests.Post_As_Json_Templated ${BIER_TE_VAR_FOLDER}/bier_node_configuration/configure_te_node ${mapping} session - \ Verify_Response_As_Json_Templated ${resp} ${BIER_TE_VAR_FOLDER}/common success_response + FOR ${j} IN RANGE ${length} + ${tp-id} Get From List ${tp-id-list} ${j} + ${bp} Get From List ${bp-list} ${j} + ${mapping} Create Dictionary TOPOLOGYID=${TOPOLOGY_ID} NODEID=${node-id} DOMAINID=${DOMAIN_ID_LIST[0]} SUBDOMAINID=${SUBDOMAIN_ID_LIST[0]} + ... TPID=${tp-id} BP=${bp} + ${resp} TemplatedRequests.Post_As_Json_Templated ${BIER_TE_VAR_FOLDER}/bier_node_configuration/configure_te_node ${mapping} session + Verify_Response_As_Json_Templated ${resp} ${BIER_TE_VAR_FOLDER}/common success_response + END