mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-02 20:07:57 +00:00
Added extra delay in reboot and factory reset methods (#640)
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -33,7 +33,7 @@ class TestAP(object):
|
|||||||
"when": 0
|
"when": 0
|
||||||
}
|
}
|
||||||
resp = setup_controller.ap_reboot(device_name, payload)
|
resp = setup_controller.ap_reboot(device_name, payload)
|
||||||
time.sleep(120)
|
time.sleep(150)
|
||||||
print(resp.json())
|
print(resp.json())
|
||||||
allure.attach(name="Reboot", body=str(resp.json()), attachment_type=allure.attachment_type.JSON)
|
allure.attach(name="Reboot", body=str(resp.json()), attachment_type=allure.attachment_type.JSON)
|
||||||
for ap in get_configuration['access_point']:
|
for ap in get_configuration['access_point']:
|
||||||
@@ -78,7 +78,7 @@ class TestAP(object):
|
|||||||
"keepRedirector": True
|
"keepRedirector": True
|
||||||
}
|
}
|
||||||
resp = setup_controller.ap_factory_reset(device_name, payload)
|
resp = setup_controller.ap_factory_reset(device_name, payload)
|
||||||
time.sleep(150)
|
time.sleep(200)
|
||||||
print(resp.json())
|
print(resp.json())
|
||||||
allure.attach(name="Factory Reset", body=str(resp.json()), attachment_type=allure.attachment_type.JSON)
|
allure.attach(name="Factory Reset", body=str(resp.json()), attachment_type=allure.attachment_type.JSON)
|
||||||
for ap in get_configuration['access_point']:
|
for ap in get_configuration['access_point']:
|
||||||
|
|||||||
Reference in New Issue
Block a user