From: Jamo Luhrsen Date: Mon, 5 Nov 2018 21:09:02 +0000 (-0800) Subject: Ignore failure on trace:transactions w/ karaf cli X-Git-Tag: pre-potassium~496 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F77515%2F1;p=integration%2Ftest.git Ignore failure on trace:transactions w/ karaf cli this is part of a common test teardown keyword which is blindly run on all ODL nodes. However, sometimes those nodes are actually down in our 3node jobs. We don't want to fail the test case in that instance. Change-Id: I99e543e0aefa2d3b56487e854ef4a5dc055bc309 Signed-off-by: Jamo Luhrsen --- diff --git a/csit/libraries/OpenStackOperations.robot b/csit/libraries/OpenStackOperations.robot index 6fdb66253b..2a66bc1762 100644 --- a/csit/libraries/OpenStackOperations.robot +++ b/csit/libraries/OpenStackOperations.robot @@ -643,7 +643,7 @@ Get Test Teardown Debugs BuiltIn.Run Keyword And Ignore Error DataModels.Get Model Dump ${HA_PROXY_IP} ${netvirt_data_models} KarafKeywords.Fail If Exceptions Found During Test ${test_name} fail=${fail} : FOR ${i} IN RANGE ${NUM_ODL_SYSTEM} - \ Issue_Command_On_Karaf_Console trace:transactions ${ODL_SYSTEM_${i+1}_IP} + \ BuiltIn.Run Keyword And Ignore Error Issue_Command_On_Karaf_Console trace:transactions ${ODL_SYSTEM_${i+1}_IP} Get Suite Debugs Get Test Teardown Debugs test_name=${SUITE_NAME} fail=False