mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +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()
|
||||
if json_response == None:
|
||||
raise Exception("no reponse to: "+url)
|
||||
port_map = LFUtils.portAliasesInList(json_response)
|
||||
port_map = LFUtils.portListToAliasMap(json_response)
|
||||
#LFUtils.debug_printer.pprint(port_map)
|
||||
|
||||
for sta_name in desired_stations:
|
||||
|
||||
Reference in New Issue
Block a user