Browse Source

support/testing/tests/package/test_perl_*: regeneration

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Francois Perrad 6 years ago
parent
commit
47db24b93a

+ 1 - 0
support/testing/tests/package/test_perl_class_load.py

@@ -25,4 +25,5 @@ class TestPerlClassLoad(TestPerlBase):
 
     def test_run(self):
         self.login()
+        self.module_test("Params::Util")
         self.module_test("Class::Load")

+ 1 - 0
support/testing/tests/package/test_perl_libwww_perl.py

@@ -36,6 +36,7 @@ class TestPerllibwwwperl(TestPerlBase):
         self.module_test("LWP::UserAgent")
         self.module_test("LWP::Authen::Basic")
         self.module_test("LWP::Authen::Digest")
+        self.module_test("HTML::Parser")
         self.module_test("HTTP::Message")
         self.module_test("HTTP::Daemon")
         self.module_test("WWW::RobotRules")

+ 2 - 0
support/testing/tests/package/test_perl_mail_dkim.py

@@ -25,4 +25,6 @@ class TestPerlMailDKIM(TestPerlBase):
 
     def test_run(self):
         self.login()
+        self.module_test("Crypt::OpenSSL::Random")
+        self.module_test("Crypt::OpenSSL::RSA")
         self.module_test("Mail::DKIM")

+ 1 - 0
support/testing/tests/package/test_perl_x10.py

@@ -19,4 +19,5 @@ class TestPerlX10(TestPerlBase):
 
     def test_run(self):
         self.login()
+        self.module_test("Device::SerialPort")
         self.module_test("X10")