Skip to content

Commit

Permalink
update 0004_start_test.py - fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH committed Nov 19, 2024
1 parent f1b6199 commit 77d3ebe
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 @@ -72,7 +72,7 @@ def test_03_create_and_start_nobridge_vnet_jail(release, jail, invoke_cli, nobri
tmp.write(inspect.cleandoc(f"""
#!/bin/sh
jailname=ioc-{jail.name}
jid=jls -j $jailname jid
jid=$(jls -j $jailname jid)
iface=vnet0.$jid
ifconfig $iface inet6 fe80::1/64
"""))
Expand Down

0 comments on commit 77d3ebe

Please sign in to comment.