mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 02:38:03 +00:00 
			
		
		
		
	Fix fileio and qvlan errors
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
		| @@ -12,7 +12,7 @@ class FIOEndpProfile(LFCliBase): | ||||
|     """ | ||||
|  | ||||
|     def __init__(self, lfclient_host, lfclient_port, local_realm, io_direction="write", debug_=False): | ||||
|         super().__init__(lfclient_host, lfclient_port, debug_, _halt_on_error=True) | ||||
|         super().__init__(lfclient_host, lfclient_port, debug_) | ||||
|         self.local_realm = local_realm | ||||
|         self.fs_type = "fe_nfsv4" | ||||
|         self.min_rw_size = 128 * 1024 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matthew Stidham
					Matthew Stidham