From f5adb00565ca89be0a42cf6b90090d8c8c7973a5 Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Mon, 5 Nov 2018 13:09:02 -0800 Subject: [PATCH] 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 --- csit/libraries/OpenStackOperations.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.36.6