You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Evgeni Golov 7c66c90afc introduce `module_utils.urls.fetch_file` as a wrapper to download and save files (#19172)
* module_utils.urls: add fetch_file function

* apt: use fetch_file instead of own download()

* unarchive: use fetch_file instead of own codecopy

* apt: add test for deb=http://…

* unarchive: add test for a remote file download and unarchive

* yum: replace fetch_rpm_from_url by fetch_file

* use NamedTemporaryFile

* don't add a dot to fileext, it's already there
6 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
integration introduce `module_utils.urls.fetch_file` as a wrapper to download and save files (#19172) 6 years ago
legacy Specify region in IP facts (#46210) 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Add symlinks sanity test. (#46467) 6 years ago
sanity docker_container, docker_image_facts: allow to use image IDs (#46324) 6 years ago
units Fix parametrize warning in unit tests. 6 years ago
utils shippable: fix py3 issues with downloader (#46522) 6 years ago