mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
Fixed errors in cleanup
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user