]> code.ossystems Code Review - openembedded-core.git/commit
ltp: add runtime test
authorArmin Kuster <akuster808@gmail.com>
Mon, 22 Apr 2019 12:32:40 +0000 (06:32 -0600)
committerArmin Kuster <akuster808@gmail.com>
Fri, 14 Jun 2019 14:05:33 +0000 (07:05 -0700)
commit2a5767f584c159f4711afc5a01ee740d44c94d02
tree39be24289279cc5c7b6683e081eb2e12f4630938
parenta071fd05912b80d8cc37d059fb8b245c550d4992
ltp: add runtime test

This adds the framework for running ltp tests.

Here are some times:
math: 61
syscalls: 3957
dio: 18472
io: 29
mm: 551
ipc: 48
sched: 165
nptl: 46
pty: 37
containers: 52
controllers: 9625
filecaps: 27
cap_bounds: 27
fcntl-locktests: 29
connectors: 27
timers: 37
commands: 165
net.ipv6_lib: 30
input: 29
fs_perms_simple: 31
fs: 3476
fsx: 30
fs_bind: 28
fs_ext4: 28
cve: 675

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oeqa/runtime/cases/ltp.py [new file with mode: 0644]