Updated stop method

This commit is contained in:
Logan Lipke
2020-08-28 12:22:13 -07:00
parent 18f08506d8
commit b02580b10d

View File

@@ -91,10 +91,7 @@ class GenTest(LFCliBase):
def stop(self):
self.cx_profile.stop_cx()
for sta_name in self.sta_list:
data = LFUtils.portDownRequest(1, sta_name)
url = "cli-json/set_port"
self.json_post(url, data)
self.station_profile.admin_down()
def build(self):
self.station_profile.use_security(self.security, self.ssid, self.password)