mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-25 07:13:09 +00:00
Update a FIXME note in VNC client test
Connections is now default, we just have to update the test to use it. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
4d049f8f7d
commit
b24802d4e0
@ -11,8 +11,8 @@ 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
|
# FIXME Connections is now in the default install, we should
|
||||||
# dropped VNC functionality, no default replacement yet
|
# switch this test to using that
|
||||||
assert_script_run "dnf -y install vinagre";
|
assert_script_run "dnf -y install vinagre";
|
||||||
desktop_vt;
|
desktop_vt;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user