mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-02 19:58:03 +00:00 
			
		
		
		
	1. Updating argparse commands so they include flags
2. Create check_argparse which allows us to check which flags are or are not included in argparse statements. Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
		@@ -295,7 +295,10 @@ class ApAutoTest(cvtest):
 | 
			
		||||
 | 
			
		||||
def main():
 | 
			
		||||
 | 
			
		||||
    parser = argparse.ArgumentParser("""
 | 
			
		||||
    parser = argparse.ArgumentParser(
 | 
			
		||||
        prog="lf_ap_auto_test.py",
 | 
			
		||||
        formatter_class=argparse.RawTextHelpFormatter,
 | 
			
		||||
        description="""
 | 
			
		||||
    Open this file in an editor and read the top notes for more details.
 | 
			
		||||
    
 | 
			
		||||
    Example:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user