mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +00:00 
			
		
		
		
	Changed host and port parameters to correctly use --mgr and --mgr_port
This commit is contained in:
		| @@ -202,7 +202,7 @@ Generic command layout: | ||||
|  | ||||
|     station_list = LFUtils.portNameSeries(prefix_="sta", start_id_=0, end_id_=num_sta-1, padding_number_=10000, radio=args.radio) | ||||
|     print(station_list) | ||||
|     ip_var_test = IPV4VariableTime(args.mgr, lfjson_port, number_template="00", sta_list=station_list, | ||||
|     ip_var_test = IPV4VariableTime(host=args.mgr, port=args.mgr_port, number_template="00", sta_list=station_list, | ||||
|                                    name_prefix="VT", | ||||
|                                    upstream=args.upstream_port, | ||||
|                                    ssid=args.ssid, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Logan Lipke
					Logan Lipke