diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-02-22 18:59:42 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-22 19:24:00 -0800 |
commit | b757ba3028af9dda48e3d516bcbb30525d1369d5 (patch) | |
tree | 4426233d05bffb40957267a62e94ea69d317f33f /meta-networking/conf | |
parent | e886090d9a1c12870f7dd99eca166305db1004cb (diff) | |
download | meta-openembedded-b757ba3028af9dda48e3d516bcbb30525d1369d5.tar.gz |
meta-networking-image-ptest: Add images to enable BBCLASSEXTEND parallel execution
In line with other layers like meta-oe, meta-python add capability to
run recipe ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/conf')
-rw-r--r-- | meta-networking/conf/include/ptest-packagelists-meta-networking.inc | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-networking/conf/include/ptest-packagelists-meta-networking.inc b/meta-networking/conf/include/ptest-packagelists-meta-networking.inc new file mode 100644 index 0000000000..6b41bfcf1a --- /dev/null +++ b/meta-networking/conf/include/ptest-packagelists-meta-networking.inc | |||
@@ -0,0 +1,36 @@ | |||
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 | |||
9 | PTESTS_FAST_META_NETWORKING = "\ | ||
10 | geoip \ | ||
11 | libcoap \ | ||
12 | libldb \ | ||
13 | libnftnl \ | ||
14 | libtalloc \ | ||
15 | libtdb \ | ||
16 | lldpd \ | ||
17 | mbedtls \ | ||
18 | tcpdump \ | ||
19 | " | ||
20 | |||
21 | PTESTS_SLOW_META_NETWORKING = "\ | ||
22 | firewalld \ | ||
23 | net-snmp \ | ||
24 | " | ||
25 | |||
26 | PTESTS_PROBLEMS_META_NETWORKING = "\ | ||
27 | freediameter \ | ||
28 | geoip-perl \ | ||
29 | libtevent \ | ||
30 | lksctp-tools \ | ||
31 | nftables \ | ||
32 | openhpi \ | ||
33 | openl2tp \ | ||
34 | python3-scapy \ | ||
35 | squid \ | ||
36 | " | ||