pmb.parse.kconfig: implement UEFI kconfig check (MR 2169)

This commit is contained in:
Bart Ribbers 2022-02-26 16:06:59 +01:00 committed by Oliver Smith
parent 8c429f74ca
commit 1eef7fbdeb
No known key found for this signature in database
GPG key ID: 0BF4C1B5988C50D8
8 changed files with 152 additions and 2 deletions

View file

@ -38,6 +38,10 @@ def test_kconfig_check(args):
nftables=True)
assert pmb.parse.kconfig.check_file(dir + "good-zram",
zram=True)
assert pmb.parse.kconfig.check_file(dir + "good-uefi",
uefi=True)
assert not pmb.parse.kconfig.check_file(dir + "bad-uefi",
uefi=True)
# tests on real devices
# *** do not add more of these! ***