mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 11:28:09 +00:00
Wifi 8048 (#572)
* Changed response to json Signed-off-by: haricharan-jaka <haricharan.jaka@candelatech.com> * Changed response to json for test_firmware_upgrade_status_gateway and test_access_points_connectivity functions in get_device_by_serial number Signed-off-by: haricharan-jaka <haricharan.jaka@candelatech.com>
This commit is contained in:
@@ -216,6 +216,7 @@ class Controller(ConfigureController):
|
||||
|
||||
def get_device_uuid(self, serial_number):
|
||||
device_info = self.get_device_by_serial_number(serial_number=serial_number)
|
||||
device_info = device_info.json()
|
||||
return device_info["UUID"]
|
||||
|
||||
def add_device_to_gw(self, serial_number, payload):
|
||||
|
||||
Reference in New Issue
Block a user