Removed use of realm cleanup prior to test start

This commit is contained in:
Logan Lipke
2020-07-10 16:32:22 -07:00
parent d3ef95b22d
commit a36e395c12
7 changed files with 6 additions and 18 deletions

View File

@@ -150,9 +150,7 @@ def main():
ip_test = IPV4L4(lfjson_host, lfjson_port, ssid="jedway-wpa2-x2048-4-4", password="jedway-wpa2-x2048-4-4",
security="open", station_list=station_list, url="dl http://10.40.0.1 /dev/null", test_duration="5m",
requests_per_ten=600)
ip_test.local_realm.remove_all_stations(ip_test.resource)
ip_test.local_realm.remove_all_cxs()
ip_test.local_realm.remove_all_endps()
ip_test.cleanup(station_list)
ip_test.build()
if not ip_test.passes():
print(ip_test.get_fail_message())