X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2Fcontroller%2FCsCommon.robot;h=1b3fb3ccbf802526681a985215aeb94eccb900bd;hb=9f43fd9fabb460318c0950d59cfc032ec0e42fda;hp=7baed66c48a914626c636c0bc25a240fe0af5ba8;hpb=4b2f0074adbfe9816444cafb6476e2ea7ef634f4;p=integration%2Ftest.git diff --git a/csit/libraries/controller/CsCommon.robot b/csit/libraries/controller/CsCommon.robot index 7baed66c48..1b3fb3ccbf 100644 --- a/csit/libraries/controller/CsCommon.robot +++ b/csit/libraries/controller/CsCommon.robot @@ -102,7 +102,7 @@ Verify_Singleton_Constant_During_Isolation [Documentation] Iterate over all non-isolated cluster nodes. They should return the correct constant. FOR ${index} IN @{cs_all_indices} BuiltIn.Run_Keyword_If "${index}" == "${cs_isolated_index}" BuiltIn.Log Node not triggered, behavior not well described, see bugs 8207, 8214. - BuiltIn.Run_Keyword_Unless "${index}" == "${cs_isolated_index}" Verify_Singleton_Constant_On_Node ${index} ${CS_CONSTANT_PREFIX}${cs_owner} + BuiltIn.Run_Keyword_If "${index}" != "${cs_isolated_index}" Verify_Singleton_Constant_On_Node ${index} ${CS_CONSTANT_PREFIX}${cs_owner} END Isolate_Owner_And_Verify_Isolated