This bug was fixed in the package network-manager - 1.44.0-1ubuntu2 --------------- network-manager (1.44.0-1ubuntu2) mantic; urgency=medium
* d/t/{nm.py,nm_netplan.py,network_test_base.py} (LP: #2033391): - Wait until NM is ready before starting tests - Add a delay loop checking if NM is already on-line before running each test. * d/t/nm.py: remove expectedFailure from both tests in Hotplug. - It's not clear why they were expected to fail. With NM 1.44.0 they are passing. - As this class states that the APs are set up with NM already running, in test_auto_detect_ap() self.start_nm() was moved to run before self.setup_ap() and the assert was fixed to get the actual gobject data. -- Danilo Egea Gondolfo <danilo.egea.gondo...@canonical.com> Wed, 30 Aug 2023 10:09:50 +0100 ** Changed in: network-manager (Ubuntu Mantic) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/2033391 Title: Some Netplan-related autopkgtests are failing on armhf Status in netplan.io package in Ubuntu: New Status in network-manager package in Ubuntu: Fix Released Status in netplan.io source package in Mantic: New Status in network-manager source package in Mantic: Fix Released Bug description: The root cause appears to be NM not being ready yet when the test starts. # /usr/bin/python3 /tmp/autopkgtest.kW7u4i/build.K7E/src/debian/tests/nm_netplan.py test_nmcli_add_device_and_change_it (__main__.TestNetplan.test_nmcli_add_device_and_change_it) Uses the nmcli to add a connection and validates if the ... Warning: nmcli (1.44.0) and NetworkManager (Unknown) versions don't match. Restarting NetworkManager is advised. Error: NetworkManager is not running. FAIL We need to wait until Network Manager is ready before starting the test. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2033391/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp