1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-02-11 02:03:08 +00:00

Compare commits

..

3 Commits

Author SHA1 Message Date
Lukas Ruzicka
77c4180030 Create tests for Accessibility. 2024-11-14 14:17:39 -08:00
Adam Williamson
ca421dacc7 Remove all VNC install needles
We removed the VNC test as anaconda doesn't support VNC any more.
This all needs porting to RDP, any of these needles that might be
useful can come back as part of that work.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-11-14 14:14:15 -08:00
Lukas Ruzicka
2ce74f3e0b Tidy script. 2024-11-14 13:01:39 +01:00
13 changed files with 1 additions and 91 deletions

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 605,
"ypos": 213,
"width": 116,
"height": 16,
"type": "match"
}
],
"properties": [],
"tags": [
"vinagre_enable_shortcuts"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 547 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"type": "match",
"ypos": 172,
"width": 26,
"height": 25,
"xpos": 371
}
],
"properties": [],
"tags": [
"vinagre_fullscreen"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 382 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"height": 25,
"ypos": 171,
"type": "match",
"width": 26,
"xpos": 371
}
],
"properties": [],
"tags": [
"vinagre_fullscreen"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 712 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 195,
"ypos": 170,
"width": 32,
"height": 26,
"type": "match"
}
],
"properties": [],
"tags": [
"vinagre_new_connection"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 529 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 441,
"ypos": 289,
"width": 30,
"height": 12,
"type": "match"
}
],
"properties": [],
"tags": [
"vinagre_protocol"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"xpos": 405,
"ypos": 383,
"width": 32,
"height": 16,
"type": "match"
}
],
"properties": [],
"tags": [
"vinagre_protocol_vnc"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 KiB

View File

@ -33,7 +33,7 @@ sub run {
# ctrl-alt-f2
select_console "tty2-console";
# Sometimes, we can see an authentication dialogue which
# prevents the test from continuing. Authenticate,
# prevents the test from continuing. Authenticate,
# if that is the case.
my $pass = get_var("USER_PASSWORD", "weakpassword");
if (check_screen("auth_required", timeout => 30)) {