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:
parent
f4a30ae5bd
commit
47db24b93a
@ -25,4 +25,5 @@ class TestPerlClassLoad(TestPerlBase):
|
||||
|
||||
def test_run(self):
|
||||
self.login()
|
||||
self.module_test("Params::Util")
|
||||
self.module_test("Class::Load")
|
||||
|
@ -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")
|
||||
|
@ -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")
|
||||
|
@ -19,4 +19,5 @@ class TestPerlX10(TestPerlBase):
|
||||
|
||||
def test_run(self):
|
||||
self.login()
|
||||
self.module_test("Device::SerialPort")
|
||||
self.module_test("X10")
|
||||
|
Loading…
Reference in New Issue
Block a user