Source: firewalld Version: 1.0.1-1 Severity: serious tags: patch Hello, looks some tests needs nftables and ipset installed inside the chroot
the following patch makes them pass all. diff -Nru firewalld-1.0.1/debian/tests/control firewalld-1.0.1/debian/tests/control --- firewalld-1.0.1/debian/tests/control 2021-08-17 23:25:15.000000000 +0200 +++ firewalld-1.0.1/debian/tests/control 2021-08-27 15:16:04.000000000 +0200 @@ -3,6 +3,7 @@ ipset, libglib2.0-bin, libxml2-utils, + nftables, Restrictions: needs-root, isolation-machine Tests: integration-tests @@ -10,6 +11,8 @@ network-manager, sudo, policykit-1, + nftables, + ipset Restrictions: needs-root, isolation-machine Tests: smoke I know Debian infrastructure doesn't support isolation-machine (yet), so I'm not totally confident about the severity of this bug, but since its trivial to fix, better fix it and leave autopkgtests to user working. cheers, Gianfranco