mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 12:48:00 +00:00 
			
		
		
		
	parameter fixes
This commit is contained in:
		@@ -239,8 +239,13 @@ python3 ./test_fileio.py --upstream_port eth1 --fio_type fe_nfs4 --min_read 1Mbp
 | 
			
		||||
    parser.add_argument('--server_mount', help='--server_mount The server to mount, ex: 192.168.100.5/exports/test1',
 | 
			
		||||
                        default="10.40.0.1:/var/tmp/test")
 | 
			
		||||
    args = parser.parse_args()
 | 
			
		||||
    num_sta = 2
 | 
			
		||||
    if (args.num_stations is not None) and (int(args.num_stations) > 0):
 | 
			
		||||
        num_stations_converted = int(args.num_stations)
 | 
			
		||||
        num_sta = num_stations_converted
 | 
			
		||||
 | 
			
		||||
    station_list = LFUtils.portNameSeries(prefix_="sta", start_id_=0, end_id_=1, padding_number_=10000,
 | 
			
		||||
 | 
			
		||||
    station_list = LFUtils.portNameSeries(prefix_="sta", start_id_=0, end_id_=num_sta-1, padding_number_=10000,
 | 
			
		||||
                                          radio=args.radio)
 | 
			
		||||
 | 
			
		||||
    ip_test = FileIOTest(args.mgr,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user