diff --git a/tests/detect-ftp/ftp-active-dynamic_port-01/test.yaml b/tests/detect-ftp/ftp-active-dynamic_port-01/test.yaml index 435d03d59..4483e09c7 100644 --- a/tests/detect-ftp/ftp-active-dynamic_port-01/test.yaml +++ b/tests/detect-ftp/ftp-active-dynamic_port-01/test.yaml @@ -1,7 +1,7 @@ pcap: ../../bug-3519/input.pcap requires: - version: 8 + min-version: 8 checks: diff --git a/tests/detect-ftp/ftp-active-dynamic_port-02/test.yaml b/tests/detect-ftp/ftp-active-dynamic_port-02/test.yaml index a3fe08054..aa0ef90ac 100644 --- a/tests/detect-ftp/ftp-active-dynamic_port-02/test.yaml +++ b/tests/detect-ftp/ftp-active-dynamic_port-02/test.yaml @@ -1,7 +1,7 @@ pcap: ftp-active-dynamic_port.pcap requires: - version: 8 + min-version: 8 args: - -k none diff --git a/tests/detect-ftp/ftp-command-01/test.yaml b/tests/detect-ftp/ftp-command-01/test.yaml index b5fd8058b..7a83d704b 100644 --- a/tests/detect-ftp/ftp-command-01/test.yaml +++ b/tests/detect-ftp/ftp-command-01/test.yaml @@ -1,7 +1,7 @@ pcap: ../../bug-3519/input.pcap requires: - version: 8 + min-version: 8 checks: diff --git a/tests/detect-ftp/ftp-command-02/test.yaml b/tests/detect-ftp/ftp-command-02/test.yaml index 688161dd2..aef13e30a 100644 --- a/tests/detect-ftp/ftp-command-02/test.yaml +++ b/tests/detect-ftp/ftp-command-02/test.yaml @@ -1,7 +1,7 @@ pcap: ../../bug-3519/input.pcap requires: - version: 8 + min-version: 8 exit-code: 1 diff --git a/tests/detect-ftp/ftp-mode-01/test.yaml b/tests/detect-ftp/ftp-mode-01/test.yaml index 191fb7443..b63bb9e9a 100644 --- a/tests/detect-ftp/ftp-mode-01/test.yaml +++ b/tests/detect-ftp/ftp-mode-01/test.yaml @@ -1,5 +1,5 @@ requires: - version: 8 + min-version: 8 pcap: ../../bug-3519/input.pcap diff --git a/tests/detect-ftp/ftp-mode-02/test.yaml b/tests/detect-ftp/ftp-mode-02/test.yaml index 0583a7998..a4cc88afc 100644 --- a/tests/detect-ftp/ftp-mode-02/test.yaml +++ b/tests/detect-ftp/ftp-mode-02/test.yaml @@ -1,5 +1,5 @@ requires: - version: 8 + min-version: 8 pcap: ../../ftp-epsv/input.pcap diff --git a/tests/detect-ftp/ftp-mode-03/test.yaml b/tests/detect-ftp/ftp-mode-03/test.yaml index af5086ddf..3a61f3003 100644 --- a/tests/detect-ftp/ftp-mode-03/test.yaml +++ b/tests/detect-ftp/ftp-mode-03/test.yaml @@ -1,5 +1,5 @@ requires: - version: 8 + min-version: 8 pcap: false exit-code: 1 diff --git a/tests/detect-ftp/ftp-passive-dynamic_port-01/test.yaml b/tests/detect-ftp/ftp-passive-dynamic_port-01/test.yaml index e6d25b2f5..575ecfbc5 100644 --- a/tests/detect-ftp/ftp-passive-dynamic_port-01/test.yaml +++ b/tests/detect-ftp/ftp-passive-dynamic_port-01/test.yaml @@ -1,7 +1,7 @@ pcap: ../../ftp-epsv/input.pcap requires: - version: 8 + min-version: 8 checks: diff --git a/tests/detect-ftp/ftp-passive-dynamic_port-02/test.yaml b/tests/detect-ftp/ftp-passive-dynamic_port-02/test.yaml index 85ccf5924..6c69c9c72 100644 --- a/tests/detect-ftp/ftp-passive-dynamic_port-02/test.yaml +++ b/tests/detect-ftp/ftp-passive-dynamic_port-02/test.yaml @@ -1,7 +1,7 @@ pcap: ftp-passive-dynamic_port.pcap requires: - version: 8 + min-version: 8 checks: diff --git a/tests/detect-ftp/ftp-reply-received-01/test.yaml b/tests/detect-ftp/ftp-reply-received-01/test.yaml index 999d8a54c..61d3fed97 100644 --- a/tests/detect-ftp/ftp-reply-received-01/test.yaml +++ b/tests/detect-ftp/ftp-reply-received-01/test.yaml @@ -1,5 +1,5 @@ requires: - version: 8 + min-version: 8 pcap: ../../bug-3519/input.pcap diff --git a/tests/detect-ftp/ftp-reply-received-02/test.yaml b/tests/detect-ftp/ftp-reply-received-02/test.yaml index fac9dc4c7..873605928 100644 --- a/tests/detect-ftp/ftp-reply-received-02/test.yaml +++ b/tests/detect-ftp/ftp-reply-received-02/test.yaml @@ -1,5 +1,5 @@ requires: - version: 8 + min-version: 8 pcap: ../../ftp/ftp-too-long-response/ftp-too-long-response.pcap diff --git a/tests/detect-ftp/ftp-reply-received-03/test.yaml b/tests/detect-ftp/ftp-reply-received-03/test.yaml index 56efdc15c..c5515291c 100644 --- a/tests/detect-ftp/ftp-reply-received-03/test.yaml +++ b/tests/detect-ftp/ftp-reply-received-03/test.yaml @@ -1,5 +1,5 @@ requires: - version: 8 + min-version: 8 pcap: false exit-code: 1 diff --git a/tests/pop3-auth-01/test.yaml b/tests/pop3-auth-01/test.yaml index 06c0cedb0..b7a1e0f6a 100644 --- a/tests/pop3-auth-01/test.yaml +++ b/tests/pop3-auth-01/test.yaml @@ -1,5 +1,5 @@ requires: - version: 8 + min-version: 8 args: - -k none diff --git a/tests/udp-5379/udp-hlen-invalid-non-strict/test.yaml b/tests/udp-5379/udp-hlen-invalid-non-strict/test.yaml index 853741c04..198f94f99 100644 --- a/tests/udp-5379/udp-hlen-invalid-non-strict/test.yaml +++ b/tests/udp-5379/udp-hlen-invalid-non-strict/test.yaml @@ -10,8 +10,6 @@ command: | checks: - shell: - requires: - version: 7 args: |- grep "Warning: detect: decode-event keyword no longer supports event \"decoder.udp.hlen_invalid\"" suricata.log | wc -l expect: 1 diff --git a/tests/udp-5379/udp-hlen-invalid-strict/test.yaml b/tests/udp-5379/udp-hlen-invalid-strict/test.yaml index a1634a3b3..28749fe11 100644 --- a/tests/udp-5379/udp-hlen-invalid-strict/test.yaml +++ b/tests/udp-5379/udp-hlen-invalid-strict/test.yaml @@ -9,8 +9,6 @@ command: | checks: - shell: - requires: - version: 7 args: |- grep "Error: detect: decode-event keyword no longer supports event \"decoder.udp.hlen_invalid\"" suricata.log | wc -l expect: 1