1#
2# Lists of the ptest in meta-networking, sorted into two sets by the time they take
3# Please keep these sorted in alphabetical order
4#
5# A first pass at getting all meta-networking recipes which inherit ptest
6# meta_networking_ptest_recipes=$(bitbake-layers show-recipes --recipes-only --layer meta-networking --inherits ptest --bare | sed -e '1,/=== Matching recipes: ===/d')
7# ptests which take less than ~30s each
8
9PTESTS_FAST_META_NETWORKING = "\
10    geoip \
11    libcoap \
12    libldb \
13    libnftnl \
14    libtalloc \
15    libtdb \
16    lldpd \
17    mbedtls \
18    openhpi \
19    squid \
20    tcpdump \
21"
22
23# firewalld currently hangs forever so disable it for now
24#    firewalld
25PTESTS_SLOW_META_NETWORKING = "\
26    net-snmp \
27"
28
29PTESTS_PROBLEMS_META_NETWORKING = "\
30    freediameter \
31    geoip-perl \
32    libtevent \
33    lksctp-tools \
34    nftables \
35    openl2tp \
36    python3-scapy \
37"
38