summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/rsyslog/rsyslog/enable_tls_ptests.patch
blob: 32de32b57c47cf0a9764b3fcc74220f66675f084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Enable tls ptest

Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Upstream-Status: Pending

--- rsyslog-7.4.4/tests/Makefile.am.orig	2013-08-30 18:30:41.000000000 +0200
+++ rsyslog-7.4.4/tests/Makefile.am	2015-10-01 09:38:45.176289031 +0200
@@ -118,15 +118,13 @@
 endif
 
 if ENABLE_GNUTLS
-# TODO: re-enable in newer version
-#TESTS +=  \
-	#sndrcv_tls_anon.sh \
-	#sndrcv_tls_anon_rebind.sh \
-	#imtcp-tls-basic.sh
+TESTS +=  \
+	 imtcp-tls-basic.sh \
+	 imtcp_conndrop_tls.sh \
+	 manytcp-too-few-tls.sh
 if HAVE_VALGRIND
 TESTS += imtcp-tls-basic-vg.sh \
-	 imtcp_conndrop_tls-vg.sh 
-	 manytcp-too-few-tls-vg.sh 
+	 imtcp_conndrop_tls-vg.sh
 endif
 endif