~danilogondolfo/network-manager:lunar-nm-1.42.0

Last commit made on 2023-02-20
Get this branch:
git clone -b lunar-nm-1.42.0 https://git.launchpad.net/~danilogondolfo/network-manager
Only Danilo Egea Gondolfo can upload to this branch. If you are Danilo Egea Gondolfo please log in for upload directions.

Branch merges

Branch information

Name:
lunar-nm-1.42.0
Repository:
lp:~danilogondolfo/network-manager

Recent commits

6bb6b8e... by Danilo Egea Gondolfo

tests: Make the openvpn test work again

On NM 1.40, when we added a route to the tun0 interface it would just
work. On NM 1.42, the interface in taken down when we change it so the
client will not work.
Now that NM 1.42 will also create a connection for the loopback
interface, let's add the route to 'lo' instead.

af25abe... by Danilo Egea Gondolfo

Update the version of the required libnetplan

9d1db7f... by Danilo Egea Gondolfo

Update changelog

d24b5af... by Danilo Egea Gondolfo

Skip a test that is getting stuck

test_create_an_interface_and_change_it() started to cause problems with
Network Manager 1.42.0. It was failing before but now one of the calls
to the API just stuck.

c2c09e7... by Danilo Egea Gondolfo

d/t/nm_netplan.py: improve formating

Remove spaces, empty lines, rename the test file to have a lower
priority when parsed and remove all the skip annotations.

215d8a1... by Danilo Egea Gondolfo

Remove obsolete test suit

All the tests were re-implemented in the new test script.

0597702... by Danilo Egea Gondolfo

Update libnetplan patch

646ac8e... by Danilo Egea Gondolfo

Add few more tests
Add a test for OpenVPN connections
This test reproduces the bug reported on LP#1998207

Delete interfaces if they still exist

It seems that sometimes after deleting a connection, an interface might
linger around for some reason.

97035f9... by Danilo Egea Gondolfo

Removing unneeded dependencies

42929e3... by Danilo Egea Gondolfo

Add autopkgtests for the netplan integration