Added debug param to mvlan_profile.create()

This commit is contained in:
Logan Lipke
2020-11-05 16:04:13 -08:00
parent 49adc0d76b
commit ac45437473

View File

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