]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
readme: use current values in examples
authorJason Ish <jason.ish@oisf.net>
Tue, 25 Feb 2025 22:25:06 +0000 (16:25 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 13 Mar 2025 05:30:48 +0000 (06:30 +0100)
README.md

index f11ac3fa693207bd7f57e502e870a3ae15fe1226..3e5b0bf76d6a4fbc64122df0b0766e04c6e7ebef 100644 (file)
--- a/README.md
+++ b/README.md
@@ -50,14 +50,14 @@ Or to run a single test:
 requires:
 
   # Require a minimum version of Suricata.
-  min-version: 4.1.0
+  min-version: 8.0.0
 
   # Require that the Suricata version be less than a version.
-  lt-version: 6
+  lt-version: 8
 
   # Test is only for this version. For example, 4.0 would match any 4.0
   # release, but 4.0.3 would only match 4.0.3.
-  version: 4.0
+  version: 7.0.6
 
   # Test is only for the listed OS. For example, the following would make
   # a test run only on Linux.
@@ -94,7 +94,7 @@ requires:
 
 skip:
   # Skip a test if a feature is present, with a message that is logged.
-  - feature: RUST
+  - feature: HAVE_LUA
     msg: eve dns v1 not supported by rust
 
 # Add additional arguments to Suricata.