test_kconfig_check: modify nokia-n900 test (MR 2204)

We'll be enabling the kernel options for waydroid which would break this
test. Change it to UEFI check instead which will probably really never
be used on N900.
This commit is contained in:
Luca Weiss 2022-09-11 20:34:15 +02:00 committed by Oliver Smith
parent f7fb1fe078
commit d20fc49170
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 2 additions and 2 deletions

View File

@ -59,9 +59,9 @@ def test_kconfig_check(args):
# supports Waydroid (with pmb:kconfigcheck-waydroid)
assert pmb.parse.kconfig.check(args, "postmarketos-allwinner")
# testing the force param: nokia-n900 will never have waydroid support
# testing the force param: nokia-n900 will never need the uefi options
assert not pmb.parse.kconfig.check(args, "nokia-n900",
force_waydroid_check=True)
force_uefi_check=True)
# supports zram (with pmb:kconfigcheck-zram), nftables
assert pmb.parse.kconfig.check(args, "linux-purism-librem5")