test_ip_variable_time: Enable ipv6 for stations

test_ip_connection: Enable ipv6 for stations

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-12-17 13:05:04 -08:00
committed by shivam
parent 3bc732ba1b
commit 813ca917ac
2 changed files with 17 additions and 15 deletions

View File

@@ -86,6 +86,7 @@ class ConnectTest(Realm):
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.mode = 0
if self.debug:
print("----- Station List ----- ----- ----- ----- ----- ----- \n")