mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
Fix typos.
This commit is contained in:
parent
66b745c840
commit
d321a5cbe2
@ -2,6 +2,8 @@ use base "installedtest";
|
|||||||
use strict;
|
use strict;
|
||||||
use testapi;
|
use testapi;
|
||||||
use utils;
|
use utils;
|
||||||
|
use lockapi;
|
||||||
|
use mmapi;
|
||||||
|
|
||||||
# This test uses a freerdp connection to a remote computer
|
# This test uses a freerdp connection to a remote computer
|
||||||
# running Gnome Workstation.
|
# running Gnome Workstation.
|
||||||
@ -26,7 +28,7 @@ sub run {
|
|||||||
# Open terminal and make a connection to the remote server.
|
# Open terminal and make a connection to the remote server.
|
||||||
menu_launch_type("terminal");
|
menu_launch_type("terminal");
|
||||||
wait_still_screen(3);
|
wait_still_screen(3);
|
||||||
enter_cmd("xfreerdp /:u $rdpuser /:p $rdppass /:v $ip");
|
enter_cmd("xfreerdp /u:$rdpuser /p:$rdppass /v:$ip");
|
||||||
|
|
||||||
# Check that a connection window has appeared.
|
# Check that a connection window has appeared.
|
||||||
assert_screen("connection_window");
|
assert_screen("connection_window");
|
||||||
|
Loading…
Reference in New Issue
Block a user