Updated stop method

This commit is contained in:
Logan Lipke
2020-08-28 15:04:35 -07:00
parent b02580b10d
commit a79a32dc7a

View File

@@ -103,11 +103,7 @@ class TTLSTest(LFCliBase):
def stop(self): def stop(self):
# Bring stations down # Bring stations down
for sta_name in self.sta_list: self.station_profile.admin_down()
data = LFUtils.portDownRequest(1, sta_name)
url = "cli-json/set_port"
# print(sta_name)
self.json_post(url, data)
def cleanup(self, sta_list): def cleanup(self, sta_list):
self.station_profile.cleanup(sta_list) self.station_profile.cleanup(sta_list)