mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 20:56:33 +00:00
support/testing: add perl-dbd-mysql test
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
84179d4a04
commit
7046c20476
21
support/testing/tests/package/test_perl_dbd_mysql.py
Normal file
21
support/testing/tests/package/test_perl_dbd_mysql.py
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
from tests.package.test_perl import TestPerlBase
|
||||||
|
|
||||||
|
|
||||||
|
class TestPerlDBDmysql(TestPerlBase):
|
||||||
|
"""
|
||||||
|
package:
|
||||||
|
DBD-mysql XS
|
||||||
|
direct dependencies:
|
||||||
|
DBI XS
|
||||||
|
"""
|
||||||
|
|
||||||
|
config = TestPerlBase.config + \
|
||||||
|
"""
|
||||||
|
BR2_PACKAGE_PERL=y
|
||||||
|
BR2_PACKAGE_PERL_DBD_MYSQL=y
|
||||||
|
"""
|
||||||
|
|
||||||
|
def test_run(self):
|
||||||
|
self.login()
|
||||||
|
self.module_test("DBI")
|
||||||
|
self.module_test("DBD::mysql")
|
Loading…
x
Reference in New Issue
Block a user