mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +00:00 
			
		
		
		
	test_ipv4_variable_time.py: change to using success method form exit_success
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		| @@ -399,7 +399,7 @@ python3 ./test_ipv4_variable_time.py | ||||
|     time.sleep(30) | ||||
|     ip_var_test.cleanup() | ||||
|     if ip_var_test.passes(): | ||||
|         ip_var_test.exit_success() | ||||
|         ip_var_test.success() | ||||
|  | ||||
|     print("IPv4 Variable Time Test Report Data: {}".format(report_f)) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Chuck SmileyRekiere
					Chuck SmileyRekiere