mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
nixosTests.lxd: fix test, nftables is now always loaded
This commit is contained in:
parent
4e12563643
commit
3eaa28d3c4
|
@ -133,9 +133,5 @@ in {
|
|||
)
|
||||
|
||||
machine.succeed("lxc delete -f test")
|
||||
|
||||
with subtest("Unless explicitly changed, lxd leans on iptables"):
|
||||
machine.succeed("lsmod | grep ip_tables")
|
||||
machine.fail("lsmod | grep nf_tables")
|
||||
'';
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue