From: Victor Julien Date: Tue, 23 Mar 2021 10:49:43 +0000 (+0100) Subject: tests: update for file logic changes X-Git-Tag: suricata-6.0.8~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c751d8be23bf9168c23e044d885503c78f4b89d4;p=thirdparty%2Fsuricata-verify.git tests: update for file logic changes --- diff --git a/tests/decode-teredo-01/test.yaml b/tests/decode-teredo-01/test.yaml index 499114a99..daafa85a3 100644 --- a/tests/decode-teredo-01/test.yaml +++ b/tests/decode-teredo-01/test.yaml @@ -112,7 +112,6 @@ checks: http.length: 0 http.protocol: HTTP/1.0 http.url: /cgi-bin/iavs4stats.cgi - #pcap_cnt: 19 proto: TCP src_ip: 192.168.2.16 src_port: 1578 @@ -326,7 +325,6 @@ checks: http.protocol: HTTP/1.1 http.status: 200 http.url: / - pcap_cnt: 75 proto: TCP src_ip: 67.228.110.120 src_port: 80 diff --git a/tests/http-sha256-drop-02/suricata.yaml b/tests/http-sha256-drop-02/suricata.yaml index eca382635..3a24f1b89 100644 --- a/tests/http-sha256-drop-02/suricata.yaml +++ b/tests/http-sha256-drop-02/suricata.yaml @@ -13,3 +13,6 @@ outputs: - files - http - flow + - file-store: + enabled: yes + version: 2 diff --git a/tests/http-sha256-drop/suricata.yaml b/tests/http-sha256-drop/suricata.yaml index eca382635..3a24f1b89 100644 --- a/tests/http-sha256-drop/suricata.yaml +++ b/tests/http-sha256-drop/suricata.yaml @@ -13,3 +13,6 @@ outputs: - files - http - flow + - file-store: + enabled: yes + version: 2