Fixed errors in cleanup

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
jitendracandela
2022-09-14 18:26:23 +05:30
parent 15a71d3dfe
commit 316d06f3d5

View File

@@ -500,7 +500,7 @@ class lf_tests(lf_libs):
cx_table_dict["Pass/Fail"] = pass_fail_cx cx_table_dict["Pass/Fail"] = pass_fail_cx
if allure_attach: if allure_attach:
self.attach_table_allure(data=cx_table_dict, allure_name="cx data") self.attach_table_allure(data=cx_table_dict, allure_name="cx data")
obj.cleanup() obj.cleanup(obj.sta_list)
result = "PASS" result = "PASS"
description = "Unknown error" description = "Unknown error"
count = 0 count = 0