mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-03 04:18:15 +00:00
added wifi reload code after config being applied
This commit is contained in:
@@ -754,7 +754,8 @@ class Fixtures_2x:
|
|||||||
print("AP is Not Broadcasting Applied Config")
|
print("AP is Not Broadcasting Applied Config")
|
||||||
allure.attach(name="Failed to Apply Config : Active Config in AP : ", body=str(ap_config_active))
|
allure.attach(name="Failed to Apply Config : Active Config in AP : ", body=str(ap_config_active))
|
||||||
time.sleep(10)
|
time.sleep(10)
|
||||||
|
ap_ssh.run_generic_command(cmd="wifi")
|
||||||
|
time.sleep(50)
|
||||||
try:
|
try:
|
||||||
iwinfo = ap_ssh.iwinfo()
|
iwinfo = ap_ssh.iwinfo()
|
||||||
allure.attach(name="iwinfo: ", body=str(iwinfo))
|
allure.attach(name="iwinfo: ", body=str(iwinfo))
|
||||||
|
|||||||
Reference in New Issue
Block a user