From 0ff01bb03135d2a34133f13445951927dfeea8df Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 4 Jul 2024 16:39:44 -0600 Subject: [PATCH] vxlan-decoder-03: v2 and v3 dns tests --- tests/vxlan-decoder-03/test.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/vxlan-decoder-03/test.yaml b/tests/vxlan-decoder-03/test.yaml index d8b017df3..e6a47edcd 100644 --- a/tests/vxlan-decoder-03/test.yaml +++ b/tests/vxlan-decoder-03/test.yaml @@ -25,6 +25,15 @@ checks: app_proto: ntp dest_port: 123 - filter: + requires: + min-version: 8 + count: 8 + match: + event_type: dns + dns.queries[0].rrname: "ec2-18-196-145-224.eu-central-1.compute.amazonaws.com" + - filter: + requires: + lt-version: 8 count: 8 match: event_type: dns -- 2.47.2