Skip to content

Commit

Permalink
update 0004_start_test.py - no need for route
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH committed Nov 18, 2024
1 parent 285e044 commit 8676673
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 @@ -68,7 +68,7 @@ def test_03_create_and_start_nobridge_vnet_jail(release, jail, invoke_cli, nobri
'interfaces=vnet0:none', 'vnet_default_interface=none',
'ip6_addr=vnet0|fe80::2/64', 'defaultrouter6=none',
'defaultrouter=none',
f'exec_poststart="ifconfig vnet0.$(jls -j ioc-{jail.name} jid) inet6 fe80::1/64 && route add -6 fe80::2%vnet0.$(jls -j ioc-{jail.name} jid) -iface vnet0.$(jls -j ioc-{jail.name} jid)"'
f'exec_poststart="ifconfig vnet0.$(jls -j ioc-{jail.name} jid) inet6 fe80::1/64"'
])

assert jail.exists is True
Expand Down

0 comments on commit 8676673

Please sign in to comment.