needles: disk selection GTK+ 3.20 workaround, part select update

Some needle changes to account for latest Rawhide. There seems
to be a bug between anaconda and GTK+ 3.20 causing text in the
disk selection widget not to be styled correctly: this commit
adds needles for that which are tagged as 'workaround', meaning
openQA will complete the tests but mark them as requiring a
workaround to work ('soft fail'). The bug is #1322036. There is
also an intentional change to the volume list in custom part;
the mount point names are now in dark grey rather than black (in
fact this has always been intended, but it's been broken for a
long time, according to davidshea). I cleaned up the part select
needles at the same time; the new ones have the non-variant
names, as davidshea says the same change is coming to F24 and
the original needles haven't matched for months. The F23 Atomic
install test doesn't hit any of these needles, so we don't need
to keep the original needles around for that. The most recent
variants are kept, as they'll be needed for F24 tests until the
new anaconda build goes stable for F24. The 'freetype262'
variant of part_select_swap hasn't matched for two months and is
dropped.
This commit is contained in:
Adam Williamson 2016-03-29 11:37:55 -07:00
parent 4cae3e56a9
commit 9992375d0a
10 changed files with 72 additions and 50 deletions

View File

@ -0,0 +1,19 @@
{
"tags": [
"anaconda_install_destination_select_disk_1",
"ENV-DISTRI-fedora",
"ENV-FLAVOR-server"
],
"area": [
{
"xpos": 37,
"height": 18,
"ypos": 269,
"width": 17,
"type": "match"
}
],
"properties": [
"workaround"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -0,0 +1,19 @@
{
"properties": [
"workaround"
],
"tags": [
"anaconda_install_destination_select_disk_2",
"ENV-DISTRI-fedora",
"ENV-FLAVOR-server"
],
"area": [
{
"ypos": 271,
"height": 14,
"xpos": 186,
"type": "match",
"width": 16
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -1,16 +1,17 @@
{
"area": [
{
"height": 21,
"type": "match",
"width": 79,
"xpos": 41,
"ypos": 197
}
],
"tags": [
"anaconda_part_select_root",
"ENV-DISTRI-fedora",
"ENV-FLAVOR-server"
]
}
{
"area": [
{
"height": 21,
"xpos": 41,
"ypos": 189,
"width": 79,
"type": "match"
}
],
"tags": [
"anaconda_part_select_root",
"ENV-DISTRI-fedora",
"ENV-FLAVOR-server"
],
"properties": []
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -1,17 +0,0 @@
{
"tags": [
"anaconda_part_select_swap",
"ENV-DISTRI-fedora",
"ENV-FLAVOR-generic_boot"
],
"properties": [],
"area": [
{
"height": 19,
"width": 48,
"ypos": 233,
"xpos": 51,
"type": "match"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

View File

@ -1,17 +1,17 @@
{
"area": [
{
"height": 19,
"type": "match",
"width": 48,
"xpos": 51,
"ypos": 245
}
],
"properties": [],
"tags": [
"anaconda_part_select_swap",
"ENV-DISTRI-fedora",
"ENV-FLAVOR-generic_boot"
]
}
{
"area": [
{
"height": 19,
"ypos": 235,
"xpos": 50,
"width": 48,
"type": "match"
}
],
"tags": [
"anaconda_part_select_swap",
"ENV-DISTRI-fedora",
"ENV-FLAVOR-generic_boot"
],
"properties": []
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 50 KiB