mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-02 11:57:49 +00:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user