Wifi 9951 (#656)

* Added some sleep on return upload speed for ios

Signed-off-by: haricharan-jaka <haricharan.jaka@candelatech.com>

* Commented run speed test code

Signed-off-by: haricharan-jaka <haricharan.jaka@candelatech.com>

* Commented run speed test code in Android captive portal testcases

Signed-off-by: haricharan-jaka <haricharan.jaka@candelatech.com>
This commit is contained in:
Haricharan Jaka
2022-06-28 22:49:18 +05:30
committed by GitHub
parent 6f58f670a9
commit a3cae0ac47
3 changed files with 65 additions and 64 deletions

View File

@@ -590,6 +590,7 @@ def verifyUploadDownloadSpeediOS(request, setup_perfectoMobile, get_APToMobileDe
downloadSpeed = downloadMbps.text
print("Download: " + downloadSpeed + " Mbps")
time.sleep(30)
UploadMbps = driver.find_element_by_xpath(connData["UploadMbps"])
uploadSpeed = UploadMbps.text
print("Upload: " + uploadSpeed + " Mbps")