Skip to content

Commit

Permalink
Merge pull request #18726 from asdil12/nm
Browse files Browse the repository at this point in the history
Actually validate network connectivity on NM MM setup
  • Loading branch information
asdil12 committed Feb 27, 2024
2 parents 98ed3db + 5a944e4 commit 7b5fa5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mm_network.pm
Expand Up @@ -237,7 +237,7 @@ sub restart_networking {
assert_script_run 'nmcli networking off';
assert_script_run 'nmcli networking on';
# Wait until the connections are configured
assert_script_run 'nmcli networking connectivity check';
assert_script_run "until nmcli networking connectivity check | tee /dev/stderr | grep full; do sleep 10; done";
} else {
assert_script_run 'rcnetwork restart';
}
Expand Down

0 comments on commit 7b5fa5d

Please sign in to comment.