aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/wlan-download
AgeCommit message (Collapse)Author
2020-10-05linux: wlan-download: Always ping google.comManivannan Sadhasivam
Currently the test case extracts hostname from FILE_URL and tries to ping it. But due to the server configuration, "testdata.validation.linaro.org" is not accepting ping requests now. So, let's use google.com statically to ping. This will rule out possible ping issues in future also. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
2020-03-02fixed sanity-check warningsMilosz Wasilewski
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2018-06-19automated/linux: Add wlan download testAníbal Limón
The test will connect to the specified SSID and then make a download of file with checksum validation if FILE_URL is specified. The test uses wpa_supplicant and dhclient to get the connection, if you specify an ETHERNET_DEVICE it will down the iface previous to start the connection/download test with Wireless LAN. Change-Id: I79fd2ea6582997790a72f6d7e0ae157e6ee817d6 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>