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:
parent
8bbec0d4a4
commit
389fe554f9
@ -7,10 +7,9 @@ use mmapi;
|
|||||||
|
|
||||||
sub run {
|
sub run {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
my $user = get_var("USER_LOGIN", "test");
|
|
||||||
my $password = get_var("USER_PASSWORD", "weakpassword");
|
my $password = get_var("USER_PASSWORD", "weakpassword");
|
||||||
my $rdpuser = "geralt";
|
my $rdpuser = get_var("RDP_USER", "geralt");
|
||||||
my $rdppass = "ciriofcintra";
|
my $rdppass = get_var("RDP_PASS", "ciriofcintra");
|
||||||
|
|
||||||
$self->root_console(tty => 3);
|
$self->root_console(tty => 3);
|
||||||
# Make necessary settings for the RDP server.
|
# Make necessary settings for the RDP server.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user