mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	lf_dataplane_test: mixed spaces and tabs
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
		@@ -105,7 +105,6 @@ if sys.version_info[0] != 3:
 | 
				
			|||||||
    print("This script requires Python 3")
 | 
					    print("This script requires Python 3")
 | 
				
			||||||
    exit(1)
 | 
					    exit(1)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../")))
 | 
					sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../")))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
cv_test_manager = importlib.import_module("py-json.cv_test_manager")
 | 
					cv_test_manager = importlib.import_module("py-json.cv_test_manager")
 | 
				
			||||||
@@ -285,7 +284,7 @@ def main():
 | 
				
			|||||||
        "download_speed":"85%",
 | 
					        "download_speed":"85%",
 | 
				
			||||||
        "upload_speed":"0",	
 | 
					        "upload_speed":"0",	
 | 
				
			||||||
        "raw_line":  ["pkts: Custom;60;MTU", "cust_pkt_sz: 88 1200", "directions: DUT Transmit", "traffic_types: UDP", "bandw_options: 20", "spatial_streams: 1"]
 | 
					        "raw_line":  ["pkts: Custom;60;MTU", "cust_pkt_sz: 88 1200", "directions: DUT Transmit", "traffic_types: UDP", "bandw_options: 20", "spatial_streams: 1"]
 | 
				
			||||||
    }
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      """
 | 
					      """
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
@@ -312,7 +311,8 @@ def main():
 | 
				
			|||||||
    parser.add_argument(
 | 
					    parser.add_argument(
 | 
				
			||||||
        "--graph_groups", help="File to save graph_groups to", default=None)
 | 
					        "--graph_groups", help="File to save graph_groups to", default=None)
 | 
				
			||||||
    parser.add_argument("--local_lf_report_dir",
 | 
					    parser.add_argument("--local_lf_report_dir",
 | 
				
			||||||
                        help="--local_lf_report_dir <where to pull reports to>  default '' put where dataplane script run from", default="")
 | 
					                        help="--local_lf_report_dir <where to pull reports to>  default '' put where dataplane script run from",
 | 
				
			||||||
 | 
					                        default="")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    args = parser.parse_args()
 | 
					    args = parser.parse_args()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user