mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-09-07 06:55:45 +00:00
Do not set hostname on tests, leave it to post_static variable.
This commit is contained in:
parent
dba77008a7
commit
0eedaef150
@ -15,7 +15,6 @@ sub run {
|
||||
|
||||
# Switch to console and install the necessary packages.
|
||||
$self->root_console(tty => 3);
|
||||
assert_script_run("hostnamectl set-hostname witcher");
|
||||
assert_script_run("dnf install -y freerdp", timeout => 60);
|
||||
|
||||
# Return to the desktop
|
||||
|
@ -21,10 +21,6 @@ sub run {
|
||||
# but let's open it explicitely, to make sure it is open.
|
||||
assert_script_run("firewall-cmd --add-port=3389/tcp");
|
||||
|
||||
# Let's also change the hostname so that we can
|
||||
# differentiate later.
|
||||
assert_script_run("hostnamectl set-hostname kaermorhen");
|
||||
|
||||
# Change to Desktop
|
||||
desktop_vt();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user