mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
create_sta.py: updates call for ports
This commit is contained in:
@@ -205,7 +205,7 @@ def main():
|
|||||||
json_response = lf_r.getAsJson()
|
json_response = lf_r.getAsJson()
|
||||||
if json_response == None:
|
if json_response == None:
|
||||||
raise Exception("no reponse to: "+url)
|
raise Exception("no reponse to: "+url)
|
||||||
port_map = LFUtils.portAliasesInList(json_response)
|
port_map = LFUtils.portListToAliasMap(json_response)
|
||||||
#LFUtils.debug_printer.pprint(port_map)
|
#LFUtils.debug_printer.pprint(port_map)
|
||||||
|
|
||||||
for sta_name in desired_stations:
|
for sta_name in desired_stations:
|
||||||
|
|||||||
Reference in New Issue
Block a user