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
Matt Davis abac141122
fix support containers under podman (#76292)
* `podman inspect` falls back to a same-named image if the named container is not present; since eg `http-test-container` is both the name of the image and container, it wasn't working properly under podman in many instances. Switching to `docker|podman container inspect` limits the query to containers only for both podman and docker, allowing the support container detection/creation to work properly.
4 years ago
..
ansible_test ansible-test - Move code from _data to _util. (#75495) 5 years ago
integration ansible-test pssa update and new rules (#76256) 4 years ago
lib/ansible_test fix support containers under podman (#76292) 4 years ago
sanity psrp - remove deprecated psrp put_file code (#76252) 4 years ago
support ansible-test pssa update and new rules (#76256) 4 years ago
units Introduce public methods to access PlayIterator._host_states (#74416) 4 years ago
utils/shippable Fix Windows CI scripts. 4 years ago