]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-actions: make sure unix socket is created in dpdk tests 11076/head
authorVictor Julien <vjulien@oisf.net>
Tue, 14 May 2024 10:27:22 +0000 (12:27 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 15 May 2024 05:12:27 +0000 (07:12 +0200)
.github/workflows/dpdk/suricata-null-ids.yaml
.github/workflows/dpdk/suricata-null-ips.yaml

index ba13a7f744c969bb4af2ccaab7145cb28f5fe8f6..dac398d7f05c5fbd346c7d9311399b850f97575c 100644 (file)
@@ -36,3 +36,6 @@ threading:
     - worker-cpu-set:
         cpu: [ "all" ]
         mode: "exclusive"
+
+unix-command:
+  enabled: auto
index 6667ce2f8b5b632ac7bba6c6a7ed728f979ba22b..fca2926ee6393d908272bad626fc22664cda6398 100644 (file)
@@ -45,3 +45,6 @@ threading:
     - worker-cpu-set:
         cpu: [ "1-2" ]
         mode: "exclusive"
+
+unix-command:
+  enabled: auto