summaryrefslogtreecommitdiffstats
path: root/support/testing/tests/package/test_perl_io_socket_multicast.py
blob: 48a086a6f7caf79ea8a5e34fed5202134b277c73 (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 TestPerlIOSocketMulticast(TestPerlBase):
    """
    package:
        IO-Socket-Multicast   XS
    direct dependencies:
        IO-Interface   XS
    """

    config = TestPerlBase.config + \
        """
        BR2_PACKAGE_PERL=y
        BR2_PACKAGE_PERL_IO_SOCKET_MULTICAST=y
        """

    def test_run(self):
        self.login()
        self.module_test("IO::Interface")
        self.module_test("IO::Socket::Multicast")
OpenPOWER on IntegriCloud