Jiri Kortus
1f7efc3bba
tests: add option to disable kernel command line parameters check
...
Related: rhbz#1733975
2019-11-05 11:30:56 +02:00
Brian C. Lane
3b0bb5718c
tests: Use a loop to wait for VM and sshd to start
...
Related: rhbz#1733975
2019-11-05 11:30:56 +02:00
Brian C. Lane
ecc1ab705b
tests: Add check to make sure the compose actually finished
...
Previously it was looping, waiting for FINISHED|FAILED but was not
actually failing the test if the compose failed to build.
This adds a function to check the status of the compose and calls it
after each compose.
(cherry picked from commit d0e947fe3b
)
Related: rhbz#1724073
2019-09-11 14:16:27 +03:00
Alexander Todorov
dcb4c1a0e5
Backport Cockpit CI changes for RHEL 8
...
Notes:
- also install podman-docker
- on RHEL 8 there's no docker.service to start
Related: rhbz#1724073
2019-09-11 14:16:27 +03:00
Jiri Kortus
91cfdb277e
Use passwd --status for locked root account check
...
Related: rhbz#1728571
2019-07-11 11:55:22 +03:00
Jiri Kortus
755e71b542
Add test for passing custom option on kernel command line
...
Related: rhbz#1687743
2019-04-29 12:52:22 +03:00
Jiri Kortus
81ad0509f2
Use verify_image function as a helper for generic tests
...
Related: rhbz#1704172
2019-04-29 12:52:22 +03:00
Jiri Kortus
5962533e56
Fixes for locked root account test
...
Fixes related to a few issues in the locked root account test I somehow
managed to overlook in the initial commit.
Related: rhbz#1698473
2019-04-17 13:39:39 +03:00
Jiri Kortus
9e0e2b718f
Add checks for disabled root account
...
The root account checks are applied to generated and deployed images
to make sure that root account is locked, except for live ISO.
Related: rhbz#1626122
2019-03-29 23:13:01 +02:00