summaryrefslogtreecommitdiffstats
path: root/support/testing/tests/package/test_perl_libwww_perl.py
blob: af9f7c7ed483c3b44e5ad9d2f8c82a020675f6b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
from tests.package.test_perl import TestPerlBase


class TestPerllibwwwperl(TestPerlBase):
    """
    package:
        libwww-perl
    direct dependencies:
        Encode-Locale
        File-Listing
        HTML-Parser   XS
        HTTP-Cookies
        HTTP-Daemon
        HTTP-Date
        HTTP-Message
        HTTP-Negotiate
        LWP-MediaTypes
        Net-HTTP
        Try-Tiny
        URI
        WWW-RobotRules
    indirect dependencies:
        HTML-Tagset
        IO-HTML
    """

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

    def test_run(self):
        self.login()
        self.module_test("LWP")
        self.module_test("LWP::UserAgent")
        self.module_test("LWP::Authen::Basic")
        self.module_test("LWP::Authen::Digest")
        self.module_test("HTTP::Message")
        self.module_test("HTTP::Daemon")
        self.module_test("WWW::RobotRules")
OpenPOWER on IntegriCloud