mirror of
				https://github.com/Telecominfraproject/wlan-testing.git
				synced 2025-11-03 20:38:05 +00:00 
			
		
		
		
	fixed the eap_connect_passes
This commit is contained in:
		@@ -210,9 +210,9 @@ class RunTest:
 | 
			
		||||
            #     print(e)
 | 
			
		||||
 | 
			
		||||
        self.eap_connect.stop()
 | 
			
		||||
        if not self.staConnect.passes():
 | 
			
		||||
        if not self.eap_connect.passes():
 | 
			
		||||
            if self.debug:
 | 
			
		||||
                print("test result: " + self.staConnect.passes())
 | 
			
		||||
                print("test result: " + self.eap_connect.passes())
 | 
			
		||||
                pytest.exit("Test Failed: Debug True")
 | 
			
		||||
        endp_data = []
 | 
			
		||||
        for i in self.eap_connect.resulting_endpoints:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user