mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-03 04:18:15 +00:00
firmware model lookup fix
This commit is contained in:
@@ -226,7 +226,7 @@ class FMSUtils:
|
|||||||
devices = self.get_device_set()
|
devices = self.get_device_set()
|
||||||
model_name = ""
|
model_name = ""
|
||||||
for device in devices['deviceTypes']:
|
for device in devices['deviceTypes']:
|
||||||
if str(device).__contains__(model):
|
if str(device).__eq__(model):
|
||||||
model_name = device
|
model_name = device
|
||||||
return model_name
|
return model_name
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user