Closed liangwen12year closed 1 month ago
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 43.27%. Comparing base (
89d7148
) to head (0bda39e
). Report is 13 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
library/network_connections.py | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
[citest]
[citest]
Ignore the ansible-test output for now. We had to change the collection min version to 2.15, but it looks like ansible-test is using 2.14.
This handles the NM case - what about if you use network_state
?
Ignore the ansible-test output for now. We had to change the collection min version to 2.15, but it looks like ansible-test is using 2.14.
This handles the NM case - what about if you use
network_state
?
https://github.com/linux-system-roles/network/issues/735#issuecomment-2394068109, I suggested the user to try out the network_state
to see if that will help with the situation.
[citest]
@spetrosi still failing - from the logs, looks like some issue with the scp with the ssh key?
@spetrosi still failing - from the logs, looks like some issue with the scp with the ssh key?
I saw this, fixed in https://github.com/linux-system-roles/tft-tests/pull/52
[citest]
Enhancement: feat: Support
autoconnect_retries
Reason: There is no fine-grained control over the number of retries for automatically reconnecting a network connection in the role. This limitation can be problematic for certain use cases where extending the retry process is critical, particularly in environments with unstable networks. Introduce support for the
autoconnect_retries
property in nm provider ofnetwork_connections
variable. This feature allows users to configure how many times NetworkManager will attempt to reconnect a connection after a autoconnect failure, providing more control over network stability and performance.Result:
Issue Tracker Tickets (Jira or BZ if any):