1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-11-27 19:46:00 +00:00

Fix remote_desktop_server after AI review

This commit is contained in:
Lukáš Růžička 2025-09-08 09:04:11 +02:00 committed by adamwill
parent 8bbec0d4a4
commit 389fe554f9

View File

@ -7,10 +7,9 @@ use mmapi;
sub run {
my $self = shift;
my $user = get_var("USER_LOGIN", "test");
my $password = get_var("USER_PASSWORD", "weakpassword");
my $rdpuser = "geralt";
my $rdppass = "ciriofcintra";
my $rdpuser = get_var("RDP_USER", "geralt");
my $rdppass = get_var("RDP_PASS", "ciriofcintra");
$self->root_console(tty => 3);
# Make necessary settings for the RDP server.