From e7b162ac3a96f1f4365ed2183698d6c4749ce109 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Sun, 26 Apr 2020 14:23:59 +0200 Subject: [PATCH] tests: fix RUST feature checks and add them to smb tests --- tests/dns-tcp-www-google-com/test.yaml | 2 +- tests/filestore-filecontainer-smb/test.yaml | 2 +- tests/smb-eicar-file-nbss-more-ffsmb/test.yaml | 1 + tests/smb-eicar-file-segmentation-postheader/test.yaml | 1 + tests/smb-eicar-file-segmentation-random/test.yaml | 1 + tests/smb-eicar-file/test.yaml | 2 +- tests/smb-named-pipe-ascii/test.yaml | 1 + tests/smb-named-pipe-unicode/test.yaml | 1 + 8 files changed, 8 insertions(+), 3 deletions(-) diff --git a/tests/dns-tcp-www-google-com/test.yaml b/tests/dns-tcp-www-google-com/test.yaml index 5b8ef634b..00c255e6f 100644 --- a/tests/dns-tcp-www-google-com/test.yaml +++ b/tests/dns-tcp-www-google-com/test.yaml @@ -1,7 +1,7 @@ requires: features: - HAVE_LIBJANSSON - - HAVE_RUST + - RUST checks: - filter: diff --git a/tests/filestore-filecontainer-smb/test.yaml b/tests/filestore-filecontainer-smb/test.yaml index a637ec0e6..fe61978d2 100644 --- a/tests/filestore-filecontainer-smb/test.yaml +++ b/tests/filestore-filecontainer-smb/test.yaml @@ -2,7 +2,7 @@ requires: features: - HAVE_NSS - MAGIC - - HAVE_RUST + - RUST files: - src/output-filestore.c diff --git a/tests/smb-eicar-file-nbss-more-ffsmb/test.yaml b/tests/smb-eicar-file-nbss-more-ffsmb/test.yaml index c1282b105..54b53cc40 100644 --- a/tests/smb-eicar-file-nbss-more-ffsmb/test.yaml +++ b/tests/smb-eicar-file-nbss-more-ffsmb/test.yaml @@ -1,6 +1,7 @@ requires: features: - HAVE_LIBJANSSON + - RUST # disables checksum verification args: diff --git a/tests/smb-eicar-file-segmentation-postheader/test.yaml b/tests/smb-eicar-file-segmentation-postheader/test.yaml index c1282b105..54b53cc40 100644 --- a/tests/smb-eicar-file-segmentation-postheader/test.yaml +++ b/tests/smb-eicar-file-segmentation-postheader/test.yaml @@ -1,6 +1,7 @@ requires: features: - HAVE_LIBJANSSON + - RUST # disables checksum verification args: diff --git a/tests/smb-eicar-file-segmentation-random/test.yaml b/tests/smb-eicar-file-segmentation-random/test.yaml index c1282b105..54b53cc40 100644 --- a/tests/smb-eicar-file-segmentation-random/test.yaml +++ b/tests/smb-eicar-file-segmentation-random/test.yaml @@ -1,6 +1,7 @@ requires: features: - HAVE_LIBJANSSON + - RUST # disables checksum verification args: diff --git a/tests/smb-eicar-file/test.yaml b/tests/smb-eicar-file/test.yaml index 10609be50..54b53cc40 100644 --- a/tests/smb-eicar-file/test.yaml +++ b/tests/smb-eicar-file/test.yaml @@ -1,7 +1,7 @@ requires: features: - HAVE_LIBJANSSON - - HAVE_RUST + - RUST # disables checksum verification args: diff --git a/tests/smb-named-pipe-ascii/test.yaml b/tests/smb-named-pipe-ascii/test.yaml index c1282b105..54b53cc40 100644 --- a/tests/smb-named-pipe-ascii/test.yaml +++ b/tests/smb-named-pipe-ascii/test.yaml @@ -1,6 +1,7 @@ requires: features: - HAVE_LIBJANSSON + - RUST # disables checksum verification args: diff --git a/tests/smb-named-pipe-unicode/test.yaml b/tests/smb-named-pipe-unicode/test.yaml index c1282b105..54b53cc40 100644 --- a/tests/smb-named-pipe-unicode/test.yaml +++ b/tests/smb-named-pipe-unicode/test.yaml @@ -1,6 +1,7 @@ requires: features: - HAVE_LIBJANSSON + - RUST # disables checksum verification args: -- 2.47.2