All of lore.kernel.org
 help / color / mirror / Atom feed
From: Francois Perrad <fperrad@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH/next v2 3/8] support/testing: add perl-class-load test
Date: Fri, 23 Nov 2018 05:31:05 +0100	[thread overview]
Message-ID: <20181123043110.5353-4-francois.perrad@gadz.org> (raw)
In-Reply-To: <20181123043110.5353-1-francois.perrad@gadz.org>

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 .gitlab-ci.yml                                |  1 +
 .../tests/package/test_perl_class_load.py     | 28 +++++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 100644 support/testing/tests/package/test_perl_class_load.py

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ae5d57026..16eb134c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -313,6 +313,7 @@ tests.package.test_dropbear.TestDropbear: *runtime_test
 tests.package.test_ipython.TestIPythonPy2: *runtime_test
 tests.package.test_ipython.TestIPythonPy3: *runtime_test
 tests.package.test_perl.TestPerl: *runtime_test
+tests.package.test_perl_class_load.TestPerlClassLoad: *runtime_test
 tests.package.test_python.TestPython2: *runtime_test
 tests.package.test_python.TestPython3: *runtime_test
 tests.package.test_python_autobahn.TestPythonPy2Autobahn: *runtime_test
diff --git a/support/testing/tests/package/test_perl_class_load.py b/support/testing/tests/package/test_perl_class_load.py
new file mode 100644
index 000000000..1e86c0374
--- /dev/null
+++ b/support/testing/tests/package/test_perl_class_load.py
@@ -0,0 +1,28 @@
+from tests.package.test_perl import TestPerlBase
+
+
+class TestPerlClassLoad(TestPerlBase):
+    """
+    package:
+        Class-Load
+    direct dependencies:
+        Data-OptList *
+        Module-Implementation
+        Module-Runtime
+        Package-Stash
+        Try-Tiny
+    indirect dependencies:
+        Dist-CheckConflicts
+        Params-Util
+        Sub-Install
+    """
+
+    config = TestPerlBase.config + \
+        """
+        BR2_PACKAGE_PERL=y
+        BR2_PACKAGE_PERL_CLASS_LOAD=y
+        """
+
+    def test_run(self):
+        self.login()
+        self.module_test("Class::Load")
-- 
2.17.1

  parent reply	other threads:[~2018-11-23  4:31 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-23  4:31 [Buildroot] [PATCH/next v2 0/8] suppport/testing: Perl interpreter and CPAN modules Francois Perrad
2018-11-23  4:31 ` [Buildroot] [PATCH/next v2 1/8] support/testing: add perl test Francois Perrad
2018-11-24  2:00   ` Ricardo Martincoski
2018-11-23  4:31 ` [Buildroot] [PATCH/next v2 2/8] scancpan: add generation of test Francois Perrad
2018-11-23  4:31 ` Francois Perrad [this message]
2018-11-24  2:01   ` [Buildroot] [PATCH/next v2 3/8] support/testing: add perl-class-load test Ricardo Martincoski
2018-11-23  4:31 ` [Buildroot] [PATCH/next v2 4/8] support/testing: add perl-gdgraph test Francois Perrad
2018-11-24  2:01   ` Ricardo Martincoski
2018-11-23  4:31 ` [Buildroot] [PATCH/next v2 5/8] support/testing: add perl-libwww-perl test Francois Perrad
2018-11-24  2:02   ` Ricardo Martincoski
2018-11-23  4:31 ` [Buildroot] [PATCH/next v2 6/8] support/testing: add perl-mail-dkim test Francois Perrad
2018-11-24  2:02   ` Ricardo Martincoski
2018-11-23  4:31 ` [Buildroot] [PATCH/next v2 7/8] support/testing: add perl-x10 test Francois Perrad
2018-11-24  2:02   ` Ricardo Martincoski
2018-11-23  4:31 ` [Buildroot] [PATCH/next v2 8/8] support/testing: add perl-xml-libxml test Francois Perrad
2018-11-24  2:03   ` Ricardo Martincoski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181123043110.5353-4-francois.perrad@gadz.org \
    --to=fperrad@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.