mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
Revert "test_ip_variable_time: StationProfile ipv6 needs to be defined differently in order to work"
This reverts commit 6fbca027cae77f9f15ddf0aa29a714386961deee.
This commit is contained in:
committed by
shivam
parent
f8b94d6143
commit
03c342c19f
@@ -125,12 +125,13 @@ class IPVariableTime(Realm):
|
||||
# "max_station_bringup": 6
|
||||
# })
|
||||
|
||||
self.station_profile = self.new_station_profile(ipv6=self.ipv6)
|
||||
self.station_profile = self.new_station_profile()
|
||||
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