~slyon/network-manager:skip-unknown-connections

Last commit made on 2023-10-17
Get this branch:
git clone -b skip-unknown-connections https://git.launchpad.net/~slyon/network-manager
Only Lukas Märdian can upload to this branch. If you are Lukas Märdian please log in for upload directions.

Branch merges

Branch information

Name:
skip-unknown-connections
Repository:
lp:~slyon/network-manager

Recent commits

d9c6824... by Lukas Märdian

Changelog

29b5b27... by Lukas Märdian

network-manager.postinst: Skip unknown connection profiles (LP: #2039503)

Some connection profiles might not be loaded by modern NetworkManager, which
will make this command fail with the following error message:

$ ORIG_NAME=$(nmcli --get-values connection.id con show "$UUID")
NetworkManager[126986]: <warn> [1697527301.3708] settings: load: failure to load "/etc/NetworkManager/system-connections/UPTOWN.guests": filename is not valid for a keyfile

We need to detect such cases and skip corresponding connection profiles, in
order not to break the package upgrade (postinst).

775cc2e... by Danilo Egea Gondolfo

Changelog

a3d0c23... by Danilo Egea Gondolfo

d/t/nm.py: remove expectedFailure from both tests in Hotplug

I'm not sure why these tests 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() I moved self.start_nm() to run before
self.setup_ap() and fixed the assert to get the actual gobject data.

9a204a4... by Danilo Egea Gondolfo

Tests: wait until NM is ready before starting tests

9057724... by Jeremy Bícha

releasing package network-manager version 1.44.0-1ubuntu1

c4fa15c... by Nathan Teodosio

update changelog

3224f65... by Nathan Teodosio

Remove extra symbol

It was misidentified (missing the _bondp part) and was added by Debian.

5dfd3fc... by Nathan Teodosio

patches refreshed

2eb252d... by Nathan Teodosio

Merge remote-tracking branch 'origin/debian/master' into ubuntu/master