From 294216a291f55c0087b2ed1f17fa6331070a280c Mon Sep 17 00:00:00 2001 From: Alfredo Cardigliano Date: Tue, 27 Apr 2021 10:51:14 +0200 Subject: [PATCH] Ignore tstamp field in test output (2) --- tests/rest/tests/alert_flow_invalid_dns_query_01.yaml | 1 + tests/rest/tests/alert_flow_invalid_dns_query_02.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/rest/tests/alert_flow_invalid_dns_query_01.yaml b/tests/rest/tests/alert_flow_invalid_dns_query_01.yaml index 3ab5b7528b..9d9e6937a5 100644 --- a/tests/rest/tests/alert_flow_invalid_dns_query_01.yaml +++ b/tests/rest/tests/alert_flow_invalid_dns_query_01.yaml @@ -3,6 +3,7 @@ input: invalid_dns_query.pcap ignore: - date - duration + - tstamp pre: | curl -s -u admin:admin -H "Content-Type: application/json" -d '{"ifid": 0, "action": "enable"}' http://localhost:3333/lua/toggle_all_user_scripts.lua diff --git a/tests/rest/tests/alert_flow_invalid_dns_query_02.yaml b/tests/rest/tests/alert_flow_invalid_dns_query_02.yaml index c071667fcc..76981b46a8 100644 --- a/tests/rest/tests/alert_flow_invalid_dns_query_02.yaml +++ b/tests/rest/tests/alert_flow_invalid_dns_query_02.yaml @@ -3,6 +3,7 @@ input: invalid_dns_query.pcap ignore: - date - duration + - tstamp pre: | # Enable all user scripts