mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	Cleaned up main method
This commit is contained in:
		@@ -179,10 +179,7 @@ def main():
 | 
				
			|||||||
                     requests_per_ten=600)
 | 
					                     requests_per_ten=600)
 | 
				
			||||||
    ip_test.cleanup()
 | 
					    ip_test.cleanup()
 | 
				
			||||||
    ip_test.build()
 | 
					    ip_test.build()
 | 
				
			||||||
    if not ip_test.passes():
 | 
					    ip_test.start()
 | 
				
			||||||
        print(ip_test.get_fail_message())
 | 
					 | 
				
			||||||
        exit(1)
 | 
					 | 
				
			||||||
    ip_test.start(True, True)
 | 
					 | 
				
			||||||
    ip_test.stop()
 | 
					    ip_test.stop()
 | 
				
			||||||
    if not ip_test.passes():
 | 
					    if not ip_test.passes():
 | 
				
			||||||
        print(ip_test.get_fail_message())
 | 
					        print(ip_test.get_fail_message())
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user