summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2018-12-04 05:37:54 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-06 22:30:46 +0100
commit2d1f32f0844241a6ad6f52c705b15aa4742b7e14 (patch)
tree59f5b65625916b78693f05fdc6cb46b01d95fdc3 /support
parent35c858bd82b1a17422bc326b861b2716bbb1befc (diff)
downloadbuildroot-2d1f32f0844241a6ad6f52c705b15aa4742b7e14.tar.gz
buildroot-2d1f32f0844241a6ad6f52c705b15aa4742b7e14.zip
support/testing: add perl-io-socket-ssl test
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'support')
-rw-r--r--support/testing/tests/package/test_perl_io_socket_ssl.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/support/testing/tests/package/test_perl_io_socket_ssl.py b/support/testing/tests/package/test_perl_io_socket_ssl.py
new file mode 100644
index 0000000000..51663e837c
--- /dev/null
+++ b/support/testing/tests/package/test_perl_io_socket_ssl.py
@@ -0,0 +1,21 @@
+from tests.package.test_perl import TestPerlBase
+
+
+class TestPerlIOSocketSSL(TestPerlBase):
+ """
+ package:
+ IO-Socket-SSL
+ direct dependencies:
+ Net-SSLeay XS
+ """
+
+ config = TestPerlBase.config + \
+ """
+ BR2_PACKAGE_PERL=y
+ BR2_PACKAGE_PERL_IO_SOCKET_SSL=y
+ """
+
+ def test_run(self):
+ self.login()
+ self.module_test("Net::SSLeay")
+ self.module_test("IO::Socket::SSL")
OpenPOWER on IntegriCloud