Add variant device_sda_selected needle for #1530410

Rawhide has a bit of a problem where its 'description' of an
iSCSI disk is so long that the other columns that should appear
in the CONFIGURE MOUNT POINT dialog don't. This means our
device_sda_selected needle doesn't match, because the column
where 'sda' should appear isn't visible.

So add a soft-fail needle to cover this case; we know what the
description for the disk that's 'sda' in this case looks like,
so match on that.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-01-03 18:34:56 -08:00
parent 672d60a840
commit b50c4932db
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"tags": [
"anaconda_part_device_sda",
"anaconda_part_device_sda_selected"
],
"properties": [
"workaround"
],
"area": [
{
"width": 104,
"type": "match",
"ypos": 342,
"height": 13,
"xpos": 251
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB