mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Replace serial device with a variable.
This commit is contained in:
parent
980ba5f411
commit
c4b3fe401e
@ -26,7 +26,7 @@ sub run {
|
||||
script_run("rm /home/test/Desktop/*");
|
||||
# Verification commands need serial console to be writable and readable for
|
||||
# normal users, let's make it writable then.
|
||||
script_run("chmod 666 /dev/ttyS0");
|
||||
script_run("chmod 666 /dev/${serialdev}");
|
||||
# Leave the root terminal and switch back to desktop for the rest of the test.
|
||||
desktop_vt();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user