Skip to content

Commit

Permalink
0004_start_test.py - removed ipv4, not the purpose of this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH authored Nov 19, 2024
1 parent b1fa641 commit 610b846
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 @@ -83,7 +83,7 @@ def test_03_create_and_start_nobridge_vnet_jail(release, jail, invoke_cli, nobri
'create', '-r', release, '-n', jail.name,
'boot=on', 'vnet=on',
'interfaces=vnet0:none', 'vnet_default_interface=none',
f'ip4_addr=lo0|{nobridge_jail_ip}', 'ip6_addr=vnet0|fe80::2/64',
f'ip4_addr=none', 'ip6_addr=vnet0|fe80::2/64',
'defaultrouter6=none', 'defaultrouter=none',
f'exec_poststart={path}'
])
Expand Down

0 comments on commit 610b846

Please sign in to comment.