mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-21 20:45:06 +00:00
Test results push to sanity status bug fix
This commit is contained in:
@@ -1213,7 +1213,7 @@ for key in equipment_id_dict:
|
|||||||
|
|
||||||
|
|
||||||
#Add indication of complete TC pass/fail to sanity_status for pass to external json used by Throughput Test
|
#Add indication of complete TC pass/fail to sanity_status for pass to external json used by Throughput Test
|
||||||
x = all(status == "not run" for status in report_data["tests"][key].values())
|
x = all(status == "passed" for status in report_data["tests"][key].values())
|
||||||
print(x)
|
print(x)
|
||||||
|
|
||||||
if x == True:
|
if x == True:
|
||||||
|
|||||||
Reference in New Issue
Block a user