Skip to content

Commit

Permalink
tests: update for stricter timeout handling
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Nov 4, 2024
1 parent 3e63cd1 commit 2a22fc6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tests/vxlan-decoder-03/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ args:

checks:
- filter:
min-version: 8
count: 14
match:
event_type: flow
dest_port: 4789
flow.pkts_toclient: 0
flow.bytes_toclient: 0
- filter:
min-version: 8
count: 2
match:
event_type: flow
dest_port: 4789
src_port: 65445
flow.pkts_toclient: 0
flow.bytes_toclient: 0
- filter:
lt-version: 8
count: 13
match:
event_type: flow
Expand Down

0 comments on commit 2a22fc6

Please sign in to comment.