mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 19:37:54 +00:00
fixed the fms upgrade issue
removed the 'invalid response code error'
This commit is contained in:
@@ -203,9 +203,7 @@ class FMSUtils:
|
||||
body=str(response.status_code) + "\n" +
|
||||
str(response.json()) + "\n"
|
||||
)
|
||||
response = self.sdk_client.request(service="gw", command="device/" + serial + "upgrade/",
|
||||
method="POST", params="revisionSet=true",
|
||||
payload="{ \"serialNumber\" : " + serial + " , \"uri\" : " + url + " }")
|
||||
|
||||
print(response)
|
||||
|
||||
def ap_model_lookup(self, model=""):
|
||||
|
||||
Reference in New Issue
Block a user