fixed the eap_connect_passes

This commit is contained in:
Shivam Thakur
2021-09-26 12:54:43 +05:30
committed by GitHub
parent 94eaea4789
commit b1da067dee

View File

@@ -210,9 +210,9 @@ class RunTest:
# print(e) # print(e)
self.eap_connect.stop() self.eap_connect.stop()
if not self.staConnect.passes(): if not self.eap_connect.passes():
if self.debug: if self.debug:
print("test result: " + self.staConnect.passes()) print("test result: " + self.eap_connect.passes())
pytest.exit("Test Failed: Debug True") pytest.exit("Test Failed: Debug True")
endp_data = [] endp_data = []
for i in self.eap_connect.resulting_endpoints: for i in self.eap_connect.resulting_endpoints: