Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tests/dns-over-http2/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,10 @@ checks:
match:
event_type: dns
not-has-key: dns
- filter:
min-version: 8.0.1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be version 9 now, right ?

count: 2
match:
event_type: http
app_proto: doh2
app_proto_orig: http2
10 changes: 10 additions & 0 deletions tests/pgsql/pgsql-upgrade-tls/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ checks:
tls.serial: 00:82:64:66:C3:07:A1:8F:80
tls.subject: CN=ubuntu
tls.version: TLS 1.2
- filter:
min-version: 8.0.1
count: 1
match:
app_proto: tls
app_proto_orig: pgsql
dest_ip: 192.168.50.12
dest_port: 5432
event_type: tls
pcap_cnt: 10
- filter:
count: 1
match:
Expand Down
Loading