mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	lf_dataplane_test.py : update comments for using -cli-socket 3990 -s LF_MGR
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		@@ -216,6 +216,13 @@ class DataplaneTest(cv_test):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
def main():
 | 
					def main():
 | 
				
			||||||
    parser = argparse.ArgumentParser(description="""
 | 
					    parser = argparse.ArgumentParser(description="""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    IMPORTANT: Start lanforge with socket 3990 :  ./lfclient.bash -cli-socket 3990
 | 
				
			||||||
 | 
					        lfclient.bash is located in the LANforgeGUI_X.X.X directory
 | 
				
			||||||
 | 
					        
 | 
				
			||||||
 | 
					        On local or remote system: ./lfclient.bash -cli-socket 3990 -s LF_MGR 
 | 
				
			||||||
 | 
					        On local system the -s LF_MGR will be local_host if not provided
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Open this file in an editor and read the top notes for more details.
 | 
					    Open this file in an editor and read the top notes for more details.
 | 
				
			||||||
    Example:
 | 
					    Example:
 | 
				
			||||||
    ./lf_dataplane_test.py --mgr localhost --port 8080 --lf_user lanforge --lf_password lanforge \
 | 
					    ./lf_dataplane_test.py --mgr localhost --port 8080 --lf_user lanforge --lf_password lanforge \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user