mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-25 07:13:09 +00:00
Disable audit messages on ostree rebase tests on aarch64
Otherwise they tend to get into the output of the status command and mess up the test. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
bbfc9d7c70
commit
9251ac21fa
@ -7,6 +7,13 @@ sub run {
|
|||||||
|
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
$self->root_console(tty => 3);
|
$self->root_console(tty => 3);
|
||||||
|
if (get_var("ARCH") eq "aarch64") {
|
||||||
|
# this should stop audit messages screwing things up
|
||||||
|
assert_script_run "rpm-ostree kargs --append=audit=0";
|
||||||
|
script_run "systemctl reboot", 0;
|
||||||
|
boot_to_login_screen;
|
||||||
|
$self->root_console(tty => 3);
|
||||||
|
}
|
||||||
|
|
||||||
# list available branches
|
# list available branches
|
||||||
my $subv = lc(get_var("SUBVARIANT"));
|
my $subv = lc(get_var("SUBVARIANT"));
|
||||||
|
Loading…
Reference in New Issue
Block a user