]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
test: Specify reference config file
authorJeff Lucovsky <jeff@lucovsky.org>
Tue, 7 Sep 2021 13:21:04 +0000 (09:21 -0400)
committerVictor Julien <victor@inliniac.net>
Fri, 28 Jan 2022 18:01:40 +0000 (19:01 +0100)
tests/test-config-empty-rule-file/test.yaml

index f245cc8e35930c120cce5cb9572f7314ffdd8892..999ce53d7e2b87d6e3813d02d8270b026a94cf14 100644 (file)
@@ -5,5 +5,6 @@ requires:
 # be broken up over multiple lines for readability.
 command: |
   ${SRCDIR}/src/suricata -T -c ${TEST_DIR}/suricata.yaml -vvv \
-      -l ${OUTPUT_DIR} --set default-rule-path="${TEST_DIR}"
+      -l ${OUTPUT_DIR} --set default-rule-path="${TEST_DIR}" \
+      --set reference-config-file="${SRCDIR}/etc/reference.config"