Skip to content

Commit

Permalink
update 0004_start_test.py - finalize checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH committed Nov 17, 2024
1 parent fbaba24 commit fd38ff1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/functional_tests/0004_start_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,5 @@ 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 'bridge' not in stdout, 'Unexpected bridge was created.'
assert f'vnet0.{jail.jid}:' in stdout
assert f'description: associated with jail: {jail.name} as nic: epair0b'

0 comments on commit fd38ff1

Please sign in to comment.