Skip to content

[th/prepare_patched_netdevsim-race] fix race with @prepare_patched_netdevsim to wait for device being ready

Thomas Haller requested to merge th/prepare_patched_netdevsim-race into master

Otherwise, there is a race with test @ethtool_features_coal:

First we create the netdevsim interfaces, but they are not yet ready (have carrier) by the time the test issues nmcli connection up.


Example:

https://jenkins-networkmanager.apps.ocp.ci.centos.org/job/NetworkManager-code-mr/355/artifact/FAIL-report_NetworkManager-ci_Test0533_ethtool_features_coal.html

Merge request reports