summaryrefslogtreecommitdiffstats
path: root/support/testing
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2018-11-24 10:07:21 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-03 20:52:10 +0100
commitd9f5748a07301ec6d4609f554705cfc4429c17f8 (patch)
tree5a7fef526fd2dc2679fab4345f3b3e51d554ed99 /support/testing
parentd48dc64c7d3ccf57b197b3579d93663a900aaf22 (diff)
downloadbuildroot-d9f5748a07301ec6d4609f554705cfc4429c17f8.tar.gz
buildroot-d9f5748a07301ec6d4609f554705cfc4429c17f8.zip
support/testing: add perl-x10 test
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Reviewed-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> [https://gitlab.com/RicardoMartincoski/buildroot/-/jobs/124872334] Tested-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'support/testing')
-rw-r--r--support/testing/tests/package/test_perl_x10.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/support/testing/tests/package/test_perl_x10.py b/support/testing/tests/package/test_perl_x10.py
new file mode 100644
index 0000000000..46f247f2d4
--- /dev/null
+++ b/support/testing/tests/package/test_perl_x10.py
@@ -0,0 +1,22 @@
+from tests.package.test_perl import TestPerlBase
+
+
+class TestPerlX10(TestPerlBase):
+ """
+ package:
+ X10
+ direct dependencies:
+ Astro-SunTime
+ Device-SerialPort
+ Time-ParseDate
+ """
+
+ config = TestPerlBase.config + \
+ """
+ BR2_PACKAGE_PERL=y
+ BR2_PACKAGE_PERL_X10=y
+ """
+
+ def test_run(self):
+ self.login()
+ self.module_test("X10")
OpenPOWER on IntegriCloud