1
0
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:
Lukáš Růžička 2024-11-20 13:02:35 +01:00
parent dba77008a7
commit 0eedaef150
2 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -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();