Use PREVREL image not CURRREL for resize_lvm tests (#201)

These tests assume the desktop base disk image has an ext4-on-LVM
layout, but from F33 onwards it doesn't, it uses btrfs as that's
the new distro default.

We need a proper fix for this, but for now, just make the test
use the F32 disk image. This buys us six months at least.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-11-02 16:09:03 -08:00
parent d2e6c11c7b
commit b284e79250
1 changed files with 2 additions and 2 deletions

View File

@ -739,7 +739,7 @@
},
"settings": {
"PARTITIONING": "custom_blivet_resize_lvm",
"HDD_1": "disk_f%CURRREL%_desktop_4_%ARCH%.img",
"HDD_1": "disk_f%PREVREL%_desktop_4_%ARCH%.img",
"ROOT_PASSWORD": "weakpassword",
"INSTALL": "1"
}
@ -752,7 +752,7 @@
},
"settings": {
"PARTITIONING": "custom_resize_lvm",
"HDD_1": "disk_f%CURRREL%_desktop_4_%ARCH%.img",
"HDD_1": "disk_f%PREVREL%_desktop_4_%ARCH%.img",
"INSTALL": "1",
"ROOT_PASSWORD": "weakpassword"
}