mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 14:03:09 +00:00
Fix base_reboot_unmount on graphical installs
On graphical flavors we are not at a console when this test runs. We need to do root_console to get there, and also bypass_1691487 for ppc64le. Copied from base_selinux. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
8b28625ea2
commit
9d985d8ebd
@ -5,7 +5,6 @@ use utils;
|
|||||||
|
|
||||||
|
|
||||||
sub test_routine {
|
sub test_routine {
|
||||||
my $self = shift;
|
|
||||||
# Save the result of the error tracking grep operation on journalctl output.
|
# Save the result of the error tracking grep operation on journalctl output.
|
||||||
script_run 'journalctl -b | grep -E "dirty bit|data may be corrupt|recovery|unmounted|recovering" > errors.txt';
|
script_run 'journalctl -b | grep -E "dirty bit|data may be corrupt|recovery|unmounted|recovering" > errors.txt';
|
||||||
# Count the number of errors.
|
# Count the number of errors.
|
||||||
@ -18,9 +17,9 @@ sub test_routine {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sub run {
|
sub run {
|
||||||
# Seems that the first login is handled by the _console_wait_login(), so
|
bypass_1691487 unless (get_var("DESKTOP"));
|
||||||
# we can start with testing right away.
|
# switch to TTY3 for both graphical and console tests
|
||||||
|
$self->root_console(tty=>3);
|
||||||
# Run test for the first time
|
# Run test for the first time
|
||||||
test_routine();
|
test_routine();
|
||||||
# Reboot the system.
|
# Reboot the system.
|
||||||
|
Loading…
Reference in New Issue
Block a user