mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-11-26 19:16:01 +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 {
|
||||
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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user