Changed order of stations and cx/endp cleanup

This commit is contained in:
Logan Lipke
2020-07-10 16:17:57 -07:00
parent 44fd31828f
commit d3ef95b22d
4 changed files with 4 additions and 4 deletions

View File

@@ -127,8 +127,8 @@ class IPV6VariableTime(LFCliBase):
self.json_post(url, data)
def cleanup(self, sta_list):
self.station_profile.cleanup(self.resource, sta_list)
self.cx_profile.cleanup()
self.station_profile.cleanup(self.resource, sta_list)
LFUtils.wait_until_ports_disappear(resource_id=self.resource, base_url=self.lfclient_url, port_list=sta_list,
debug=self.debug)