mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +00:00
test_ip_variable_time: StationProfile ipv6 needs to be defined differently in order to work
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -125,13 +125,12 @@ class IPVariableTime(Realm):
|
||||
# "max_station_bringup": 6
|
||||
# })
|
||||
|
||||
self.station_profile = self.new_station_profile()
|
||||
self.station_profile = self.new_station_profile(ipv6=self.ipv6)
|
||||
self.station_profile.lfclient_url = self.lfclient_url
|
||||
self.station_profile.ssid = self.ssid
|
||||
self.station_profile.ssid_pass = self.password
|
||||
self.station_profile.security = self.security
|
||||
self.station_profile.number_template_ = self.number_template
|
||||
self.station_profile.ipv6 = self.ipv6
|
||||
self.station_profile.debug = self.debug
|
||||
self.station_profile.use_ht160 = use_ht160
|
||||
if self.station_profile.use_ht160:
|
||||
|
||||
Reference in New Issue
Block a user