mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-19 13:54:32 +00:00
Use Vinagre instead of Boxes as VNC client
Boxes dropped VNC functionality. It's supposed to be replaced by Connections, but we can't use that until it has fullscreen: https://gitlab.gnome.org/GNOME/connections/-/issues/5 so use Vinagre for now. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
a4867ebe76
commit
34845926de
@ -10,6 +10,8 @@
|
|||||||
],
|
],
|
||||||
"properties": [],
|
"properties": [],
|
||||||
"tags": [
|
"tags": [
|
||||||
"boxes_allow_inhibit"
|
"boxes_allow_inhibit",
|
||||||
|
"connections_allow_inhibit",
|
||||||
|
"vinagre_allow_inhibit"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -10,6 +10,7 @@
|
|||||||
],
|
],
|
||||||
"properties": [],
|
"properties": [],
|
||||||
"tags": [
|
"tags": [
|
||||||
"boxes_fullscreen"
|
"boxes_fullscreen",
|
||||||
|
"connections_fullscreen"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -10,6 +10,7 @@
|
|||||||
],
|
],
|
||||||
"properties": [],
|
"properties": [],
|
||||||
"tags": [
|
"tags": [
|
||||||
"boxes_new_connection"
|
"boxes_new_connection",
|
||||||
|
"connections_new_connection"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -4,17 +4,17 @@ use testapi;
|
|||||||
use utils;
|
use utils;
|
||||||
|
|
||||||
sub run {
|
sub run {
|
||||||
menu_launch_type('boxes');
|
menu_launch_type('vinagre');
|
||||||
assert_screen ['apps_boxes_tutorial', 'boxes_new_connection'];
|
assert_and_click('vinagre_new_connection');
|
||||||
if (match_has_tag 'apps_boxes_tutorial') {
|
assert_and_click('vinagre_protocol');
|
||||||
# Let us get rid of the Tutorial window.
|
assert_and_click('vinagre_protocol_vnc');
|
||||||
send_key 'esc';
|
send_key('tab');
|
||||||
}
|
type_very_safely("172.16.2.114:5901\n");
|
||||||
assert_and_click('boxes_new_connection');
|
assert_and_click('vinagre_fullscreen');
|
||||||
assert_and_click('boxes_remote');
|
assert_and_click('vinagre_allow_inhibit');
|
||||||
type_very_safely("vnc://172.16.2.114:5901\n");
|
# allow for a stupid animation to happen
|
||||||
assert_and_click('boxes_allow_inhibit');
|
wait_still_screen 5;
|
||||||
assert_and_click('boxes_fullscreen');
|
assert_and_click('vinagre_enable_shortcuts');
|
||||||
}
|
}
|
||||||
|
|
||||||
sub test_flags {
|
sub test_flags {
|
||||||
|
@ -11,6 +11,9 @@ sub run {
|
|||||||
setup_tap_static('172.16.2.115', 'vnc002.test.openqa.fedoraproject.org');
|
setup_tap_static('172.16.2.115', 'vnc002.test.openqa.fedoraproject.org');
|
||||||
# test test: check if we can see the server
|
# test test: check if we can see the server
|
||||||
assert_script_run "ping -c 2 172.16.2.114";
|
assert_script_run "ping -c 2 172.16.2.114";
|
||||||
|
# FIXME https://pagure.io/fedora-workstation/issue/231 - Boxes
|
||||||
|
# dropped VNC functionality, no default replacement yet
|
||||||
|
assert_script_run "dnf -y install vinagre";
|
||||||
desktop_vt;
|
desktop_vt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user