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>
This commit is contained in:
Francois Perrad 2019-03-29 19:05:25 +01:00 committed by Thomas Petazzoni
parent f4a30ae5bd
commit 47db24b93a
4 changed files with 5 additions and 0 deletions

View File

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

View File

@ -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")

View File

@ -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")

View File

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