mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
Added name_to_eid
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -224,7 +224,9 @@ class TTLSTest(Realm):
|
|||||||
print("Starting test...")
|
print("Starting test...")
|
||||||
for sec in range(self.timeout):
|
for sec in range(self.timeout):
|
||||||
for sta_name in sta_list:
|
for sta_name in sta_list:
|
||||||
sta_status = self.json_get("port/1/1/" + sta_name + "?fields=port,alias,ip,ap", debug_=self.debug)
|
port = LFUtils.name_to_eid(sta_name)
|
||||||
|
sta_status = self.json_get("port/" + str(port[0]) + "/" + str(port[1]) + "/" +
|
||||||
|
str(port[2]) + "?fields=port,alias,ip,ap", debug_=self.debug)
|
||||||
# print(sta_status)
|
# print(sta_status)
|
||||||
if sta_status is None or sta_status['interface'] is None or sta_status['interface']['ip'] == "0.0.0.0":
|
if sta_status is None or sta_status['interface'] is None or sta_status['interface']['ip'] == "0.0.0.0":
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user