diff --git a/tests/bug-6735/suricata.yaml b/tests/bug-6735/suricata.yaml new file mode 100644 index 0000000000..ec1a2cde63 --- /dev/null +++ b/tests/bug-6735/suricata.yaml @@ -0,0 +1,13 @@ +%YAML 1.1 +--- + +threading: + set-cpu-affinity: yes + cpu-affinity: + - management-cpu-set: + cpu: [ 0 ] + - worker-cpu-set: + cpu: ["all"] + mode: exclusive + prio: + default: medium diff --git a/tests/bug-6735/test.yaml b/tests/bug-6735/test.yaml new file mode 100644 index 0000000000..114dee4eaf --- /dev/null +++ b/tests/bug-6735/test.yaml @@ -0,0 +1,9 @@ +requires: + min-version: 9 + +pcap: false + +args: + - --set threading.cpu-affinity.worker-cpu-set.threads=28 + - -T + - --disable-detection