Test results push to sanity status bug fix

This commit is contained in:
bealler
2020-12-02 20:32:13 -05:00
parent c6d805d3e1
commit fa311240f1

View File

@@ -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
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)
if x == True: