Temporarily remove no_swap tests
https://fedoraproject.org/wiki/Changes/SwapOnZRAM changes things a lot here. No swap on disk is now the default case, making these tests obsolete. We'll probably want to test various different configurations around ZRAM swap instead - ZRAM swap *and* disk swap, disk swap only, all swaps disabled - but that's a more complex change that will need a ticket and a PR, so for now let's just cut these tests. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ead05e6c32
commit
18aa1fbb80
@ -890,19 +890,6 @@
|
|||||||
"ROOT_PASSWORD": "weakpassword"
|
"ROOT_PASSWORD": "weakpassword"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"install_blivet_no_swap": {
|
|
||||||
"profiles": {
|
|
||||||
"fedora-universal-aarch64-*-aarch64": 50,
|
|
||||||
"fedora-universal-ppc64le-*-ppc64le": 50,
|
|
||||||
"fedora-universal-x86_64-*-64bit": 50,
|
|
||||||
"fedora-universal-x86_64-*-uefi": 51
|
|
||||||
},
|
|
||||||
"settings": {
|
|
||||||
"PARTITIONING": "custom_blivet_no_swap",
|
|
||||||
"POSTINSTALL": "disk_custom_no_swap_postinstall",
|
|
||||||
"ROOT_PASSWORD": "weakpassword"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"install_blivet_software_raid": {
|
"install_blivet_software_raid": {
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-universal-aarch64-*-aarch64": 40,
|
"fedora-universal-aarch64-*-aarch64": 40,
|
||||||
@ -1197,18 +1184,6 @@
|
|||||||
"ROOT_PASSWORD": "weakpassword"
|
"ROOT_PASSWORD": "weakpassword"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"install_no_swap": {
|
|
||||||
"profiles": {
|
|
||||||
"fedora-universal-aarch64-*-aarch64": 50,
|
|
||||||
"fedora-universal-ppc64le-*-ppc64le": 50,
|
|
||||||
"fedora-universal-x86_64-*-64bit": 50,
|
|
||||||
"fedora-universal-x86_64-*-uefi": 51
|
|
||||||
},
|
|
||||||
"settings": {
|
|
||||||
"PARTITIONING": "custom_no_swap",
|
|
||||||
"ROOT_PASSWORD": "weakpassword"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"install_no_user": {
|
"install_no_user": {
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"fedora-KDE-live-iso-x86_64-*-64bit": 21
|
"fedora-KDE-live-iso-x86_64-*-64bit": 21
|
||||||
|
Loading…
Reference in New Issue
Block a user