From: Jason Ish Date: Tue, 4 Aug 2020 21:08:29 +0000 (-0600) Subject: filestore-v2: check that flow_id exists in fileinfo record X-Git-Tag: suricata-6.0.4~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81d2d72fecfb1b623a27b668c5a756cac172017d;p=thirdparty%2Fsuricata-verify.git filestore-v2: check that flow_id exists in fileinfo record Redmine issue: https://redmine.openinfosecfoundation.org/issues/2196 --- diff --git a/tests/filestore-v2.1-forced/test.yaml b/tests/filestore-v2.1-forced/test.yaml index f5bd0fdc9..4b9cc3a83 100644 --- a/tests/filestore-v2.1-forced/test.yaml +++ b/tests/filestore-v2.1-forced/test.yaml @@ -11,3 +11,10 @@ checks: - stats: file_store.fs_errors: 0 + + - filter: + count: 1 + match: + event_type: fileinfo + has-key: flow_id +