forked from Mirror/pmbootstrap
pmb.parse.kconfig: implement UEFI kconfig check (MR 2169)
This commit is contained in:
parent
8c429f74ca
commit
1eef7fbdeb
8 changed files with 152 additions and 2 deletions
|
@ -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! ***
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue