mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
lf_check.py : removed exit if radio dictionary not present.
The radio dictionay can be read from the device Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -481,8 +481,7 @@ NOTE: Diagrams are links in dashboard""".format(ip_qa=ip,qa_url=qa_url)
|
||||
self.radio_dict = self.json_rig["radio_dict"]
|
||||
self.logger.info("self.radio_dict {}".format(self.radio_dict))
|
||||
else:
|
||||
self.logger.info("EXITING radio_dict not in json {}".format(self.json_rig))
|
||||
exit(1)
|
||||
self.logger.info("radio_dict not in json {}".format(self.json_rig))
|
||||
|
||||
# read dut configuration
|
||||
def read_json_dut(self):
|
||||
|
||||
Reference in New Issue
Block a user