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