X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FODLTools.robot;h=de9c8d2436629f5a0265d324616f881527043869;hb=88df6d1316415f3831977f7e884957d9e9d5d2bc;hp=c216803220075bdec17849bf396799e794e97ae9;hpb=8ecdae5df3e3715639cb90b88c17d55dd38b79fd;p=integration%2Ftest.git diff --git a/csit/libraries/ODLTools.robot b/csit/libraries/ODLTools.robot index c216803220..de9c8d2436 100644 --- a/csit/libraries/ODLTools.robot +++ b/csit/libraries/ODLTools.robot @@ -25,10 +25,11 @@ Get EOS Get Cluster Info [Arguments] ${port}=${RESTCONFPORT} [Documentation] Get ODL Cluster related information like transaction counts, commit rates, etc. - : FOR ${i} IN RANGE ${NUM_ODL_SYSTEM} - \ ${cmd} = BuiltIn.Set Variable odltools netvirt show cluster-info -i ${ODL_SYSTEM_${i+1}_IP} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} - \ ${output} = OperatingSystem.Run ${cmd} - \ BuiltIn.Log output: ${output} + FOR ${i} IN RANGE ${NUM_ODL_SYSTEM} + ${cmd} = BuiltIn.Set Variable odltools netvirt show cluster-info -i ${ODL_SYSTEM_${i+1}_IP} -t ${port} -u ${ODL_RESTCONF_USER} -w ${ODL_RESTCONF_PASSWORD} + ${output} = OperatingSystem.Run ${cmd} + BuiltIn.Log output: ${output} + END Analyze Tunnels [Arguments] ${node_ip}=${ODL_SYSTEM_IP} ${port}=${RESTCONFPORT} ${test_name}=${SUITE_NAME}.${TEST_NAME}