]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Apr 2019 09:23:24 +0000 (10:23 +0100)
commit1ec677549d490a29a7c713610db4a56be7b55e26
tree309d13a3d3f43e25300256714288428f22ecedc6
parent9be041fbaab71a40a2a7422221d8bd5637d6655c
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>
meta/lib/oeqa/runtime/cases/ltp.py [new file with mode: 0644]