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

tests:integration: Adopt for systemd v254 (Closes: #1041310) #381

Merged
merged 1 commit into from
Jul 20, 2023

Commits on Jul 18, 2023

  1. tests:integration: Adopt for systemd v254

    systemd-networkd v245 seems to be more picky about moving an interface from "configuring" to "configured" state.
    It waits for an IPv6 RA to be received. So we need to define "accept-ra: false" in Netplan tests to ignore that,
    or make our test environment (dnsmasq) to actually provide RAs. I went with the latter.
    
    We still see weird error messages from 'networkctl', which seems new, but they do not fail tests. E.g.:
    Failed to query link bit rates: Invalid argument
    Failed to query link DHCP leases: Invalid argument
    
    I have the impression that those error messages are thrown while the interface is still in "configuring" state,
    i.e. while waiting for the RA to be received/processed. We're calling 'networkctl status IFACE' in a loop and
    the error message vanishes when calling the command after a few seconds.
    slyon committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e113d46 View commit details
    Browse the repository at this point in the history