aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/uhd_image_downloader_test.py
Commit message (Collapse)AuthorAgeFilesLines
* uhd_images_downloader: Add environment variable for http authLane Kolbly2020-10-151-0/+45
This allows the image downloader to download files from restricted sources using HTTP basic auth, specifying the credentials in the UHD_IMAGES_USER and UHD_IMAGES_PASSWORD environment variables: ``` UHD_IMAGES_USER=lane UHD_IMAGES_PASSWORD=MyS3cretPassword uhd_images_downloader.py ```