Do not fail on exceptions in suite teardown 69/74769/1
authorSam Hague <shague@redhat.com>
Thu, 2 Aug 2018 14:55:06 +0000 (10:55 -0400)
committerSam Hague <shague@redhat.com>
Thu, 2 Aug 2018 14:55:30 +0000 (10:55 -0400)
The exceptions checker can fail during suite teardown if new
exceptions are found. This fails all the tests in the suite
even though the tests passed. Therefore, just log the exceptions
and not fail during suite teardown.

Change-Id: I3e3e091bc8058fe969f02b98f8b7dea31e21230a
Signed-off-by: Sam Hague <shague@redhat.com>
csit/libraries/OpenStackOperations.robot

index b864725760333e9f6303b5f9007a2b9c88a29605..5c6fd65ab83b6a62f782d405e5605b9cd3b34925 100644 (file)
@@ -556,7 +556,7 @@ Get Test Teardown Debugs
     KarafKeywords.Fail If Exceptions Found During Test    ${test_name}    fail=${fail}
 
 Get Suite Debugs
-    Get Test Teardown Debugs    test_name=${SUITE_NAME}
+    Get Test Teardown Debugs    test_name=${SUITE_NAME}    fail=False
 
 Get Test Teardown Debugs For SFC
     [Arguments]    ${test_name}=${TEST_NAME}