blob: c858f32b9e519b6e7817a3983de8b008fb1a2a2d [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001Enable tls ptest
2
3Signed-off-by: Tudor Florea <tudor.florea@enea.com>
4Upstream-Status: Pending
5
6--- rsyslog-7.4.4/tests/Makefile.am.orig 2013-08-30 18:30:41.000000000 +0200
7+++ rsyslog-7.4.4/tests/Makefile.am 2015-10-01 09:38:45.176289031 +0200
8@@ -118,15 +118,13 @@
9 endif
10
11 if ENABLE_GNUTLS
12-# TODO: re-enable in newer version
13-#TESTS += \
14- #sndrcv_tls_anon.sh \
15- #sndrcv_tls_anon_rebind.sh \
16- #imtcp-tls-basic.sh
17+TESTS += \
18+ imtcp-tls-basic.sh \
19+ imtcp_conndrop_tls.sh
20 if HAVE_VALGRIND
21 TESTS += imtcp-tls-basic-vg.sh \
22- imtcp_conndrop_tls-vg.sh
23- manytcp-too-few-tls-vg.sh
24+ imtcp_conndrop_tls-vg.sh \
25+ manytcp-too-few-tls.sh
26 endif
27 endif
28