From ac45437473669b31c48a1ff47d3216abe70abdaa Mon Sep 17 00:00:00 2001 From: Logan Lipke Date: Thu, 5 Nov 2020 16:04:13 -0800 Subject: [PATCH] Added debug param to mvlan_profile.create() --- py-scripts/test_fileio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/test_fileio.py b/py-scripts/test_fileio.py index 23ba8f10..fe87cad8 100755 --- a/py-scripts/test_fileio.py +++ b/py-scripts/test_fileio.py @@ -140,7 +140,7 @@ class FileIOTest(LFCliBase): def build(self): # Build stations # print(self.min_tx_bps, self.min_rx_bps) - self.mvlan_profile.create(admin_down=True) + self.mvlan_profile.create(admin_down=True, sleep_time=.5, debug=self.debug) self.station_profile.use_security(self.security, self.ssid, self.password) self.station_profile.set_number_template(self.number_template) print("Creating stations")