From 7a5fd3bdec2a4b8a76749f965f21f59a19b14888 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 7 Feb 2023 22:44:40 +0100 Subject: [PATCH] tests: fix smb test for 6.0.x --- tests/smb2-09-trunc-file-logging/suricata.yaml | 4 ---- tests/smb2-09-trunc-file-logging/test.yaml | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/smb2-09-trunc-file-logging/suricata.yaml b/tests/smb2-09-trunc-file-logging/suricata.yaml index dd4a1552a..a3b247c34 100644 --- a/tests/smb2-09-trunc-file-logging/suricata.yaml +++ b/tests/smb2-09-trunc-file-logging/suricata.yaml @@ -34,10 +34,6 @@ outputs: # Enable the logging of tagged packets for rules using the # "tag" keyword. tagged-packets: yes - # app layer frames - - frame: - # disabled by default as this is very verbose. - enabled: no - anomaly: # Anomaly log records describe unexpected conditions such # as truncated packets, packets with invalid IP/UDP/TCP diff --git a/tests/smb2-09-trunc-file-logging/test.yaml b/tests/smb2-09-trunc-file-logging/test.yaml index bf6e303d4..e9bc19dff 100644 --- a/tests/smb2-09-trunc-file-logging/test.yaml +++ b/tests/smb2-09-trunc-file-logging/test.yaml @@ -1,3 +1,7 @@ +requires: + features: + - HAVE_NSS + args: - -k none -- 2.47.2