1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/tests/integration/targets/pacman/tasks
Minei3oat 76b235c6b3
Pacman: Improve url integrity test (#4968)
* Fix typo

* Host url package

* Delete cached files

* Add cases for cached url package

* Rename file_pkg for clarification

* Change port to 8080, as 80 is already used in pipeline

* Added fragment

* Change port to 8000, as 8080 is already used in pipeline

* Fixed changelog fragment

* Change port to 53280, as 8000 is already used in pipeline

* Change port to 27617 (copied from get_url), as 53280 is already used in pipeline

* Also download the signature of url package

Co-authored-by: Jean Raby <jean@raby.sh>

* Fix duplication errors

Co-authored-by: Jean Raby <jean@raby.sh>

* Copied waiting from get_url; applyed output redirection from jraby

* Fix signature filename

* Use correct cache dir

* Add missing assertions for uninstall_1c

* Fix typo

* Delete changelog fragment

* Make python server true async with 90 sec timeout

Copied from ainsible.builtin.get_url

Co-authored-by: Jean Raby <jean@raby.sh>
2022-07-26 17:59:52 +02:00
..
basic.yml Add very basic integration tests for pcaman. (#4289) 2022-02-27 13:04:14 +01:00
locally_installed_package.yml pacman: Fix removing locally installed packages (#4464) 2022-04-13 13:34:33 +02:00
main.yml pacman: Fix removing locally installed packages (#4464) 2022-04-13 13:34:33 +02:00
package_urls.yml Pacman: Improve url integrity test (#4968) 2022-07-26 17:59:52 +02:00
remove_nosave.yml pacman: add support for remove_nosave (#4316) 2022-03-08 07:21:40 +01:00
update_cache.yml pacman: implement change detection for update_cache=true; add cache_updated return value (#4337) 2022-03-15 05:38:59 +01:00