mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
check_default_fonts: use repo_setup before using dnf
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
cfb3b793e3
commit
b23a52e88b
@ -14,6 +14,8 @@ sub run {
|
||||
# we need to install the check tool
|
||||
$self->root_console(tty => 3);
|
||||
script_run("loadkeys us");
|
||||
# repo setup before using dnf
|
||||
repo_setup();
|
||||
assert_script_run("dnf -y install fontquery");
|
||||
# and give the user tty perms for later
|
||||
assert_script_run("chmod 666 /dev/${serialdev}");
|
||||
|
Loading…
Reference in New Issue
Block a user