]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
ja3/ja4: usage of skip when feature is present
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 10 Dec 2024 20:23:09 +0000 (21:23 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 25 Feb 2025 07:16:13 +0000 (08:16 +0100)
tests/ja4-rules-requires-off/test.yaml
tests/tls/tls-ja3s-requires-off/test.yaml

index 5bf55d6567f8b011003d6295683164dc6bb9b3a8..a9d184aca052ef3384721a428e0bb380e2aa9159 100644 (file)
@@ -1,7 +1,8 @@
 requires:
   min-version: 7.0.6
-  script:
-    - ./src/suricata --build-info | grep "JA4 support" | grep no > /dev/null
+
+skip:
+  - feature: HAVE_JA4
 
 args:
   - -k none
index 13baedddeb1731e32f17507701f9b4b408f8fc21..e6ae10b136aaebbd53388dde6ad8d6a42b987de9 100644 (file)
@@ -4,8 +4,9 @@ requires:
   min-version: 7.0.3
   features:
     - HAVE_LUA
-  script:
-    - ./src/suricata --build-info | grep "JA3 support" | grep no > /dev/null
+
+skip:
+  - feature: HAVE_JA3
 
 args:
  - -k none