added wifi reload code after config being applied

This commit is contained in:
Shivam Thakur
2022-03-31 09:42:24 +05:30
committed by GitHub
parent 14da6247ef
commit fc4b46e9b9

View File

@@ -754,7 +754,8 @@ class Fixtures_2x:
print("AP is Not Broadcasting Applied Config")
allure.attach(name="Failed to Apply Config : Active Config in AP : ", body=str(ap_config_active))
time.sleep(10)
ap_ssh.run_generic_command(cmd="wifi")
time.sleep(50)
try:
iwinfo = ap_ssh.iwinfo()
allure.attach(name="iwinfo: ", body=str(iwinfo))