Currently if required packages to run the tests can't be installed on docker the test run raises a message, but leaves the container running.
The container should be stopped.
The issue is reproducible on current fedora:rawhide image as it fails to install package due GPG keys.
fedora:rawhide
The downloaded packages were saved in cache until the next successful transaction. You can remove cached packages by executing 'dnf clean packages'. Error: GPG check FAILED standard-inventory-docker: Could not install Ansible dependencies in launched container
Note, this is not a fix for https://pagure.io/standard-test-roles/issue/135. Even with this patch the test will run on localhost.
rebased onto a6eac5c1751514289b14b5cd4ad3f55b7cdbbad0
rebased onto 28b87d9bf14ff84af700ae889b657173bb4bd2ba
Commit c69ab3be fixes this pull-request
Pull-Request has been merged by astepano
Currently if required packages to run the tests can't be installed on docker the test run raises a message, but leaves the container running.
The container should be stopped.
The issue is reproducible on current
fedora:rawhideimage as it fails to install package due GPG keys.