[Bug 2033391] Re: Some Netplan-related autopkgtests are failing on armhf
Launchpad Bug Tracker
2033391 at bugs.launchpad.net
Thu Aug 31 12:03:16 UTC 2023
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.gondolfo at 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
Foundations Bugs, which is subscribed to netplan.io in Ubuntu.
Matching subscriptions: foundations-bugs
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
More information about the foundations-bugs
mailing list