mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
lf_snp_test.py : added logging for when stations on LANforge configured.
This commit is contained in:
@@ -2511,6 +2511,10 @@ LANforge GUI what is displayed in the Column and how to access the value with cl
|
|||||||
logg.info("# TEST MODE : NO STATIONS TEST MODE")
|
logg.info("# TEST MODE : NO STATIONS TEST MODE")
|
||||||
logg.info("##################################################")
|
logg.info("##################################################")
|
||||||
else:
|
else:
|
||||||
|
logg.info("#################################################")
|
||||||
|
logg.info("# SETUP MODE : CREATING STATIONS SETUP MODE")
|
||||||
|
logg.info("##################################################")
|
||||||
|
|
||||||
index = 0
|
index = 0
|
||||||
station_lists = []
|
station_lists = []
|
||||||
for (radio_name_, number_of_stations_per_radio_) in zip(radio_name_list,number_of_stations_per_radio_list):
|
for (radio_name_, number_of_stations_per_radio_) in zip(radio_name_list,number_of_stations_per_radio_list):
|
||||||
|
|||||||
Reference in New Issue
Block a user