summaryrefslogtreecommitdiffstats
path: root/support/testing/tests/package/test_perl_dbd_mysql.py
blob: f8fe832b41e39f55e13460f47e96916f0a1294ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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")
OpenPOWER on IntegriCloud