Comment 25 for bug 1718568

Revision history for this message
Dan Streetman (ddstreet) wrote :

The only failure shown now seems to be network-manager, which is failing its 'test_no_ap' test; that appears to have been failing for a while:
http://autopkgtest.ubuntu.com/packages/n/network-manager/artful/amd64

also there's a bug opened today for it:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1755466

The test log in that bug description shows the same failure, test_no_ap, and the log shows the isc-dhcp installed package version is 4.3.5-3ubuntu2.2, which doesn't contain the change from this bug.

The other autopkgtest it's failing is the 'killswitches-no-urfkill' test; it fails at this check:

if ! LC_MESSAGES=C nmcli radio wifi | grep -qc disabled; then
        echo "ERROR: NM could not track device state."

This is failing because the test case is faulty; it's being tracked in this bug:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1733321

So I think we can ignore both these autopkgtest failures.