atomic-host-tests
atomic-host-tests copied to clipboard
A collection of single-host tests for Atomic Host
In #297 and #299 yes/no values should be quoted or true/false should be used instead. These issues were identified by yamllint. Lets run yamllint as part of the PR testing...
As pointed out in #238, some of our roles are doing value comparisons, but the error messages do not include the expected values. We should do an audit of the...
**Problem** Ansible will fail if any task fails by default. This is great if using Ansible as a configuration tool, but not so great if using Ansible as a test...
AHT currently uses a custom callback plugin to get the task and details of a failure in Ansible. Ansible's block/rescue creates a variable called ansible_failed_task and ansible_failed_result that stores the...
In the most recent RHELAH release, we got bit by a bug ([RHBZ #1454292](https://bugzilla.redhat.com/show_bug.cgi?id=1454292)) where the `sssd` container would not start when using the `atomic run` command. We should add...
`buildah` is going to be available as a system container soon, so let's add some simple tests for it. Probably should cover: - buildah bud - buildah containers - buildah...
Over in #324, I muse about improving the CI tests to do better checking of changed roles in PRs. Unfortunately, before we can do that effectively, we need to have...
Our current methodology for testing PRs is to run any tests that are changed and if a role is changed, just run the `improved-sanity-test`. It's better than nothing, but less...
The docker test has been failing in a couple of streams because docker-latest is intentionally removed. Ideally the test should be skipped and not report a failure, however Ansible is...
@dustymabe hit the following issue on Fedora Rawhide AH https://bugzilla.redhat.com/show_bug.cgi?id=1542237 It should be pretty simple to add another user test case where the password is changed via `chpasswd`