From affd7d58c2c6d36088a088f02753b18153af04dd Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Sat, 30 Jan 2021 12:07:08 +0530 Subject: [PATCH] Check libnss required for JA3 support --- tests/test-ruleparse-etopen-01/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-ruleparse-etopen-01/test.yaml b/tests/test-ruleparse-etopen-01/test.yaml index 139b4bc36..7bc5bac0b 100644 --- a/tests/test-ruleparse-etopen-01/test.yaml +++ b/tests/test-ruleparse-etopen-01/test.yaml @@ -3,6 +3,7 @@ requires: features: - HAVE_LIBJANSSON + - HAVE_NSS command: | ${SRCDIR}/src/suricata --set threshold-file="${TEST_DIR}/threshold.config" --set classification-file="${TEST_DIR}/classification.config" --set reference-config-file="${SRCDIR}/etc/reference.config" -l ${OUTPUT_DIR} -c ${SRCDIR}/suricata.yaml -S ${TEST_DIR}/emerging-all.rules --set logging.outputs.1.file.type=json --set logging.outputs.1.file.filename=suricata.json -T -- 2.47.2