Add some needles for universal tests with btrfs default

The 'universal' tests have quite a few failures if you run them
on an image where btrfs is the default (currently they usually
run on the Server DVD, where xfs-on-LVM is still the default).
This fixes some of them, the others would need code fixes.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-09-11 16:20:12 -07:00
parent 9824f20566
commit a2bbd5ecfb
6 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 32,
"type": "match",
"ypos": 333,
"height": 20,
"xpos": 522
}
],
"properties": [],
"tags": [
"anaconda_blivet_part_fs_ext4"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -0,0 +1,18 @@
{
"area": [
{
"height": 49,
"ypos": 281,
"xpos": 500,
"width": 119,
"type": "match"
}
],
"properties": [],
"tags": [
"anaconda_part_device_type",
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"ENV-FLAVOR-server"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

View File

@ -0,0 +1,17 @@
{
"area": [
{
"xpos": 48,
"height": 41,
"ypos": 240,
"width": 79,
"type": "match"
}
],
"properties": [],
"tags": [
"anaconda_part_scheme",
"ENV-DISTRI-fedora",
"ENV-FLAVOR-server"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB