Skip to content

Commit

Permalink
update 0004_start_test.py - remove typo :
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH committed Nov 19, 2024
1 parent 0f931f2 commit a668369
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 @@ -99,7 +99,7 @@ def test_03_create_and_start_nobridge_vnet_jail(release, jail, invoke_cli, nobri

assert bool(stderr) is False, f'Ifconfig returned an error: {stderr}'
assert re.search(r'bridge[0-9]', stdout) is None, 'Unexpected bridge was created.'
assert f'fe80::1%vnet0.{jail.jid}:' in stdout
assert f'fe80::1%vnet0.{jail.jid}' in stdout
assert f'description: associated with jail: {jail.name} as nic: epair0b'

stdout, stderr = jail.run_command(['ping', '-c', '1', f'fe80::2%vnet0.{jail.jid}'], jailed=False)
Expand Down

0 comments on commit a668369

Please sign in to comment.