nixosTests.lxd: fix test, nftables is now always loaded

This commit is contained in:
Maciej Krüger 2021-11-03 15:05:43 +01:00
parent 4e12563643
commit 3eaa28d3c4
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -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")
'';
})