mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-05 21:38:04 +00:00
fixed the eap_connect_passes
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user