summaryrefslogtreecommitdiff
path: root/testing/fulltests/tls/T301DtlsPerl.t
diff options
context:
space:
mode:
Diffstat (limited to 'testing/fulltests/tls/T301DtlsPerl.t')
-rw-r--r--testing/fulltests/tls/T301DtlsPerl.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/fulltests/tls/T301DtlsPerl.t b/testing/fulltests/tls/T301DtlsPerl.t
new file mode 100644
index 0000000..3d980c7
--- /dev/null
+++ b/testing/fulltests/tls/T301DtlsPerl.t
@@ -0,0 +1,8 @@
+#!/usr/bin/perl
+
+# HEADER Perl DTLS/UDP Test
+
+$agentaddress = "dtlsudp:localhost:9875";
+$feature = "NETSNMP_TRANSPORT_TLSTCP_DOMAIN";
+
+do "$ENV{'srcdir'}/testing/fulltests/tls/S300tlsperl.pl";