From: Faseela K Date: Tue, 17 Jul 2018 15:29:52 +0000 (+0530) Subject: itm-direct-tunnels issue in 3 node csit X-Git-Tag: pre-potassium~677 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F74131%2F3;p=integration%2Ftest.git itm-direct-tunnels issue in 3 node csit The suite was setting the config flag only on one node, and not on other nodes, which was making the TCs randomly fail in some of the runs. Change-Id: I16b8cbd7f30a122a906d0db5e69b2910dbfeadcd Signed-off-by: Faseela K --- diff --git a/csit/libraries/Genius.robot b/csit/libraries/Genius.robot index ed97f4507f..dca2e85328 100644 --- a/csit/libraries/Genius.robot +++ b/csit/libraries/Genius.robot @@ -169,12 +169,14 @@ ITM Direct Tunnels Start Suite [Documentation] start suite for itm scalability ClusterManagement.ClusterManagement_Setup ClusterManagement.Stop_Members_From_List_Or_All - Run Command On Remote System And Log ${ODL_SYSTEM_IP} sed -i -- 's/false/true/g' ${GENIUS_IFM_CONFIG_FLAG} + : FOR ${i} IN RANGE ${NUM_ODL_SYSTEM} + \ Run Command On Remote System And Log ${ODL_SYSTEM_${i+1}_IP} sed -i -- 's/false/true/g' ${GENIUS_IFM_CONFIG_FLAG} ClusterManagement.Start_Members_From_List_Or_All Genius Suite Setup ITM Direct Tunnels Stop Suite - Run Command On Remote System And Log ${ODL_SYSTEM_IP} sed -i -- 's/true/false/g' ${GENIUS_IFM_CONFIG_FLAG} + : FOR ${i} IN RANGE ${NUM_ODL_SYSTEM} + \ Run Command On Remote System And Log ${ODL_SYSTEM_${i+1}_IP} sed -i -- 's/true/false/g' ${GENIUS_IFM_CONFIG_FLAG} Genius Suite Teardown Verify Tunnel Monitoring is on