Fix fileio and qvlan errors

Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
Matthew Stidham
2021-03-17 18:32:25 -07:00
parent e4cd74190a
commit 6166a9cc72
3 changed files with 9 additions and 9 deletions

View File

@@ -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