Skip to content

Commit

Permalink
Increasing id of network interface
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Laucius <[email protected]>
  • Loading branch information
andrewla committed Jan 22, 2025
1 parent 9c641ae commit 232a604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/functional/test_snapshot_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ def test_snapshot_rename_interface(uvm_nano, microvm_factory):
different host interface.
"""
# We start at an unused tap index to avoid conflicts with other tests.
base_iface = net_tools.NetIfaceConfig.with_id(7)
base_iface = net_tools.NetIfaceConfig.with_id(102)

vm = uvm_nano
iface1 = dataclasses.replace(base_iface, tap_name="tap8")
Expand Down

0 comments on commit 232a604

Please sign in to comment.