From: Victor Julien Date: Tue, 3 Dec 2019 07:13:36 +0000 (+0100) Subject: tests: fix missing HAVE_RUST declarations X-Git-Tag: suricata-6.0.4~361 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09f6e71d4fd6e993a6320c556a2e3d5fc68454a2;p=thirdparty%2Fsuricata-verify.git tests: fix missing HAVE_RUST declarations --- diff --git a/tests/tftp-tx-handling-rrq/test.yaml b/tests/tftp-tx-handling-rrq/test.yaml index cb6da2c3b..ef3358bf1 100644 --- a/tests/tftp-tx-handling-rrq/test.yaml +++ b/tests/tftp-tx-handling-rrq/test.yaml @@ -1,6 +1,7 @@ requires: features: - HAVE_LIBJANSSON + - HAVE_RUST args: - -k none diff --git a/tests/tftp-tx-handling-wrq/test.yaml b/tests/tftp-tx-handling-wrq/test.yaml index 74c4862de..12e82f075 100644 --- a/tests/tftp-tx-handling-wrq/test.yaml +++ b/tests/tftp-tx-handling-wrq/test.yaml @@ -1,6 +1,7 @@ requires: features: - HAVE_LIBJANSSON + - HAVE_RUST args: - -k none diff --git a/tests/vxlan-decoder-03/test.yaml b/tests/vxlan-decoder-03/test.yaml index b1cc6bf9e..8720c99a5 100644 --- a/tests/vxlan-decoder-03/test.yaml +++ b/tests/vxlan-decoder-03/test.yaml @@ -1,6 +1,7 @@ requires: features: - HAVE_LIBJANSSON + - HAVE_RUST args: - --set decoder.vxlan.enabled=true