Skip to content

Commit

Permalink
test-incus-network-routed: Fix network config file name
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Dec 12, 2024
1 parent fef5372 commit a8bc127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-incus-network-routed
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ incus start v1
sleep 1m

# Configure NIC in VM manually.
incus exec v1 -- rm /etc/systemd/network/eth0.network
incus exec v1 -- rm /etc/systemd/network/enp5s0.network
incus exec v1 -- systemctl restart systemd-networkd
incus exec v1 -- systemctl mask systemd-networkd
incus exec v1 -- systemctl stop systemd-networkd
Expand Down

0 comments on commit a8bc127

Please sign in to comment.