summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-test/packagegroups/packagegroup-agl-test.bb
blob: 4591591e704ab84318e6aef25b85b399fa7938a9 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
SUMMARY = "Utilities for testing of AGL"
DESCRIPTION = "A set of common packages required by testing AGL for Quality Assurance"

LICENSE = "MIT"

inherit packagegroup

PACKAGES = "\
    packagegroup-agl-test \
    packagegroup-agl-test-ltp \
    packagegroup-ivi-common-test \
    "

ALLOW_EMPTY_${PN} = "1"

RDEPENDS_${PN} += "\
    bc \
    blobsallad \
    dbench \
    ebizzy \
    ffsb \
    interbench \
    iozone3 \
    iperf3 \
    ipv6connect \
    linpack \
    linus-stress \
    lmbench \
    nbench-byte \
    rt-tests \
    stress \
    "
# to be added, but needs LICENSE_FLAGS_WHITELIST="non-commercial"
#    netperf

# FTBS, SPEC-316
#    himeno 
# FTBS, SPEC-1384
#    trinity

#    packagegroup-agl-test-ltp \
#    ltp \
#

# Packages for shell commands which are required by LTP
#   readelf, logrotate, vsftpd, crontab, sar, arp, ftp,
#   host, rcp, rlogin, rsh, tcpdump, expect, iptables, dnsmasq,
#   pgrep
RDEPENDS_packagegroup-agl-test-ltp += " \
    initscripts-functions bind-utils binutils \
    cronie dnsmasq expect inetutils-ftp inetutils-rsh \
    iptables logrotate net-tools sysstat tcpdump vsftpd \
    "

RDEPENDS_packagegroup-ivi-common-test = " \
    packagegroup-agl-test \
    "