aboutsummaryrefslogtreecommitdiffstats
path: root/test/fixtures_ws.py
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2018-11-30 01:41:21 +0100
committerAnders Broman <a.broman58@gmail.com>2018-11-30 06:11:23 +0000
commit97112cd4f765a20e080d24c73ef02c7039876d1b (patch)
treec60d23f4d28b0f5e94a539e2150f761bd2f9ec8e /test/fixtures_ws.py
parentee61bc739e133ca2b07bc51d1baa3249265193dd (diff)
test: skip tests when GnuTLS is unavailable
GnuTLS is an optional dependency, allow tests to run without it. Change-Id: Ib1bd7beaf1d885a157a0e1a630ccc4fbc8786af1 Reviewed-on: https://code.wireshark.org/review/30839 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'test/fixtures_ws.py')
-rw-r--r--test/fixtures_ws.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures_ws.py b/test/fixtures_ws.py
index df9b9149ac..b2e3fc8ff5 100644
--- a/test/fixtures_ws.py
+++ b/test/fixtures_ws.py
@@ -150,6 +150,7 @@ def features(cmd_tshark, make_env):
have_kerberos='with MIT Kerberos' in tshark_v or 'with Heimdal Kerberos' in tshark_v,
have_libgcrypt16=gcry_m and float(gcry_m.group(1)) >= 1.6,
have_libgcrypt17=gcry_m and float(gcry_m.group(1)) >= 1.7,
+ have_gnutls='with GnuTLS' in tshark_v,
)