~danilogondolfo/network-manager/+git/network-manager:new_autopkgtests

Last commit made on 2023-05-23
Get this branch:
git clone -b new_autopkgtests https://git.launchpad.net/~danilogondolfo/network-manager/+git/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:
new_autopkgtests
Repository:
lp:~danilogondolfo/network-manager/+git/network-manager

Recent commits

c358f28... by Danilo Egea Gondolfo

d/t/nm_netplan.py: add test case for LP: #1952967

Also, enable a test that is passing now.

31b2f78... by Danilo Egea Gondolfo

d/t/nm_netplan.py: add a timeout to Gi calls

a91465e... by Danilo Egea Gondolfo

d/t/nm_netplan.py: add new test cases

    - Test cases for LP: #2016473: change an existing tunnel originally
      created with Netplan with nmcli and check if it worked. Create a
      wireguard connection in multiple steps and import the profile from
      a configuration file.
    - Test case for LP: #2016625: add a wifi connection using 802.1x and
      check if nmcli finished successfully.

fe3b6c8... by Danilo Egea Gondolfo

d/t/nm.py: implement WPA-EAP tests

The first test sets up hostapd with WPA-EAP and authenticates using
identity and password. The second one does the same but authenticates
with identity and client certificate.

These tests are related to an issue in Netplan but they are also useful
for network-manager itself. See LP: #2016625

aae2a8a... by Danilo Egea Gondolfo

d/t/nm.py: generalize Wifi auth configuration

The idea is to make is easier to implement tests using different
authentication methods.

It uses easy-rsa to automate the creation of a CA with server and client
certificates and private keys that can be used by hostapd and
network-manager (wpa_supplicant).

d407819... by Danilo Egea Gondolfo

Add easy-rsa as a test dependency

4d93125... by Sebastien Bacher

releasing package network-manager version 1.42.4-1ubuntu3

bcd4341... by Lukas Märdian

Update changelog

6c8b795... by Lukas Märdian

d/network-manager.postinst: Trigger Netplan migration on install/upgrade

(LP: #2010561)

f604ceb... by Lukas Märdian

d/network-manager.preinst: backup previous configuration automatically