diff options
Diffstat (limited to 'meta-networking/conf/include')
-rwxr-xr-x | meta-networking/conf/include/non-repro-meta-networking.inc | 57 | ||||
-rw-r--r-- | meta-networking/conf/include/ptest-packagelists-meta-networking.inc | 22 |
2 files changed, 18 insertions, 61 deletions
diff --git a/meta-networking/conf/include/non-repro-meta-networking.inc b/meta-networking/conf/include/non-repro-meta-networking.inc deleted file mode 100755 index 45eed5398e..0000000000 --- a/meta-networking/conf/include/non-repro-meta-networking.inc +++ /dev/null | |||
@@ -1,57 +0,0 @@ | |||
1 | # List of known non-reproducible package of the meta-networking layer | ||
2 | # Please keep this list sorted | ||
3 | KNOWN_NON_REPRO_META_NETWORKING = " \ | ||
4 | blueman \ | ||
5 | blueman-dbg \ | ||
6 | blueman-src \ | ||
7 | civetweb-dev \ | ||
8 | dhcp-relay-staticdev \ | ||
9 | ettercap-src \ | ||
10 | fetchmail \ | ||
11 | fetchmail-dbg \ | ||
12 | freediameter \ | ||
13 | freediameter-src \ | ||
14 | freeradius \ | ||
15 | htpdate-doc \ | ||
16 | keepalived \ | ||
17 | keepalived-dbg \ | ||
18 | libbearssl-staticdev \ | ||
19 | libfko3 \ | ||
20 | libfko-client \ | ||
21 | libfko-daemon \ | ||
22 | libfko-dbg \ | ||
23 | libmosquitto1 \ | ||
24 | libowfat-staticdev \ | ||
25 | libruli-staticdev \ | ||
26 | libsamba-util0 \ | ||
27 | mosquitto \ | ||
28 | mosquitto-dbg \ | ||
29 | ncftp \ | ||
30 | ncftp-dbg \ | ||
31 | ncftp-src \ | ||
32 | ndisc6-dbg \ | ||
33 | ndisc6-misc \ | ||
34 | ndisc6-ndisc6 \ | ||
35 | ndisc6-rdisc6 \ | ||
36 | ndisc6-rdnssd \ | ||
37 | ndisc6-rltraceroute6 \ | ||
38 | netsniff-ng-doc \ | ||
39 | ntpsec-src \ | ||
40 | openl2tp \ | ||
41 | openl2tp-dbg \ | ||
42 | ot-br-posix \ | ||
43 | ot-br-posix-dbg \ | ||
44 | postfix-cfg \ | ||
45 | proftpd \ | ||
46 | proftpd-dbg \ | ||
47 | proftpd-dev \ | ||
48 | rdist \ | ||
49 | rdist-dbg \ | ||
50 | samba-dbg \ | ||
51 | tayga \ | ||
52 | tayga-dbg \ | ||
53 | wolfssl \ | ||
54 | wolfssl-dbg \ | ||
55 | znc \ | ||
56 | znc-doc \ | ||
57 | " | ||
diff --git a/meta-networking/conf/include/ptest-packagelists-meta-networking.inc b/meta-networking/conf/include/ptest-packagelists-meta-networking.inc index 7ec6f9063d..7f7519ff84 100644 --- a/meta-networking/conf/include/ptest-packagelists-meta-networking.inc +++ b/meta-networking/conf/include/ptest-packagelists-meta-networking.inc | |||
@@ -9,29 +9,43 @@ | |||
9 | PTESTS_FAST_META_NETWORKING = "\ | 9 | PTESTS_FAST_META_NETWORKING = "\ |
10 | freediameter \ | 10 | freediameter \ |
11 | geoip \ | 11 | geoip \ |
12 | geoip-perl \ | ||
12 | libcoap \ | 13 | libcoap \ |
13 | libldb \ | 14 | libldb \ |
14 | libnftnl \ | 15 | libnftnl \ |
15 | libtalloc \ | 16 | libtalloc \ |
16 | libtdb \ | 17 | libtdb \ |
18 | libtevent \ | ||
17 | lldpd \ | 19 | lldpd \ |
18 | mbedtls \ | 20 | mbedtls \ |
19 | openhpi \ | 21 | openhpi \ |
22 | openl2tp \ | ||
20 | squid \ | 23 | squid \ |
21 | tcpdump \ | 24 | tcpdump \ |
25 | wolfssl \ | ||
22 | " | 26 | " |
27 | PTESTS_FAST_META_NETWORKING:remove:libc-musl = "\ | ||
28 | libtalloc \ | ||
29 | libtevent \ | ||
30 | libtdb \ | ||
31 | openhpi \ | ||
32 | " | ||
23 | 33 | ||
24 | # firewalld currently hangs forever so disable it for now | 34 | # firewalld currently hangs forever so disable it for now |
25 | # firewalld | 35 | # firewalld |
26 | PTESTS_SLOW_META_NETWORKING = "\ | 36 | PTESTS_SLOW_META_NETWORKING = "\ |
27 | net-snmp \ | 37 | openvpn \ |
28 | " | 38 | " |
29 | 39 | ||
30 | PTESTS_PROBLEMS_META_NETWORKING = "\ | 40 | PTESTS_PROBLEMS_META_NETWORKING = "\ |
31 | geoip-perl \ | ||
32 | libtevent \ | ||
33 | lksctp-tools \ | 41 | lksctp-tools \ |
42 | net-snmp \ | ||
34 | nftables \ | 43 | nftables \ |
35 | openl2tp \ | ||
36 | python3-scapy \ | 44 | python3-scapy \ |
37 | " | 45 | " |
46 | PTESTS_PROBLEMS_META_NETWORKING:append:libc-musl = "\ | ||
47 | libtalloc \ | ||
48 | libtevent \ | ||
49 | libtdb \ | ||
50 | openhpi \ | ||
51 | " | ||