ci/testcases: check for nftables support in kernels used by main & community devices (MR 2366)
This commit is contained in:
parent
f31eea89b6
commit
274dbe9fbb
1 changed files with 7 additions and 0 deletions
|
@ -33,3 +33,10 @@ def test_aports_kernel(args):
|
|||
" not be explicitly specified in makedepends!"
|
||||
" pmbootstrap installs cross-compiler"
|
||||
" automatically.")
|
||||
|
||||
# nftables support in kernels used by main and community devices
|
||||
for dir in ["main", "device/main", "device/community"]:
|
||||
if path.startswith(f"{args.aports}/{dir}"):
|
||||
assert pmb.parse.kconfig.check(args,
|
||||
aport_name.replace("linux-", ""),
|
||||
force_nftables_check=True)
|
||||
|
|
Loading…
Add table
Reference in a new issue