Skip to content

Commit

Permalink
delete reload configuration command
Browse files Browse the repository at this point in the history
This command will let all the nic device obtain ip address which cuased
guest ip route conflict to let guest hang a moment and failed to got the
command execution status. Based on test steps the guest will reboot after
create networkmanager connection file which can got same
result,therefore delete this line.

Signed-off-by: Lei Yang <[email protected]>
  • Loading branch information
yanglei-rh committed Nov 13, 2024
1 parent a806781 commit 41e9cb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qemu/tests/multi_nics_verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def check_nics_num(expect_c, session):
session.cmd(
"chmod 600 /etc/NetworkManager/system-connections/*.nmconnection"
)
session.cmd("nmcli connection reload")
else:
for ifname in ifname_list:
eth_config_path = ifcfg_path % ifname
Expand Down

0 comments on commit 41e9cb8

Please sign in to comment.