Skip to content

Commit

Permalink
update 0004_start_test.py - fix test use vnet0 instead of epair0b
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH committed Nov 18, 2024
1 parent 65f2ff0 commit dc3810b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional_tests/0004_start_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_03_create_and_start_nobridge_vnet_jail(release, jail, invoke_cli, nobri
'create', '-r', release, '-n', jail.name,
f'ip4_addr=lo0|{nobridge_jail_ip}', 'boot=on', 'vnet=on',
'interfaces=vnet0:none', 'vnet_default_interface=none',
'ip6_addr=epair0b|fe80::2/10', 'defaultrouter6=none',
'ip6_addr=vnet0|fe80::2/10', 'defaultrouter6=none',
'defaultrouter=none'
])

Expand Down

0 comments on commit dc3810b

Please sign in to comment.