Skip to content

Commit

Permalink
Actually validate network connectivity on NM MM setup
Browse files Browse the repository at this point in the history
  • Loading branch information
asdil12 committed Feb 23, 2024
1 parent db9d3de commit 5a944e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mm_network.pm
Original file line number Diff line number Diff line change
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 5a944e4

Please sign in to comment.