mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Removed use of realm cleanup prior to test start
This commit is contained in:
@@ -111,9 +111,7 @@ def main():
|
||||
station_list = LFUtils.portNameSeries(prefix_="sta", start_id_=0, end_id_=1, padding_number_=10000)
|
||||
ipv6_test = IPv6Test(lfjson_host, lfjson_port, ssid="jedway-wpa2-x2048-4-4", password="jedway-wpa2-x2048-4-4",
|
||||
security="open", sta_list=station_list)
|
||||
ipv6_test.local_realm.remove_all_stations(ipv6_test.resource)
|
||||
ipv6_test.local_realm.remove_all_cxs()
|
||||
ipv6_test.local_realm.remove_all_endps()
|
||||
ipv6_test.cleanup(station_list)
|
||||
ipv6_test.timeout = 60
|
||||
ipv6_test.build()
|
||||
if not ipv6_test.passes():
|
||||
|
||||
Reference in New Issue
Block a user