Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve autopkgtest stability with systemd 253 & iproute 6.4 #377

Merged
merged 4 commits into from
Jul 11, 2023

Commits on Jul 11, 2023

  1. tests:base: Fix NetworkManager interaction with systemd v253

    Starting with the systemd v253 update NetworkManager started taking
    implicit control of certain interfaces, blocking itself (after a restart)
    from managing those interface through its configure netplan-* connection
    profile.
    
    https://bugs.debian.org/1039071
    slyon committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    501f7cf View commit details
    Browse the repository at this point in the history
  2. tests:base: introduce iface_json() helper

    iproute2 v6.4 changed its CLI output, the JSON output is expected to
    stay stable, so we should migrate to using iface_json() over time.
    
    https://bugs.debian.org/1040004
    slyon committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    19bb7fa View commit details
    Browse the repository at this point in the history
  3. tests:tunnels: make use of iface_json()

    iproute2 v6.4 changed its CLI output, the JSON output is expected to
    stay stable, so we should migrate to using iface_json() over time.
    
    https://bugs.debian.org/1040004
    slyon committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6af204a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a5b7a7 View commit details
    Browse the repository at this point in the history