summaryrefslogtreecommitdiff
path: root/openembedded/ltp.yaml
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2013-08-19 20:42:16 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2013-08-19 22:37:55 +0300
commit4825d3a52f0a7b70cc896051e67ad0472e9f2fe6 (patch)
tree401fd1d908b5310a607ed4d707b854da59de308d /openembedded/ltp.yaml
parentd30d94312813dbbd3c5d680bbe313f6bfacf6b21 (diff)
Fix LTP test definition on OpenEmbedded
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'openembedded/ltp.yaml')
-rw-r--r--openembedded/ltp.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/openembedded/ltp.yaml b/openembedded/ltp.yaml
index fc876ef..80982f3 100644
--- a/openembedded/ltp.yaml
+++ b/openembedded/ltp.yaml
@@ -1,5 +1,5 @@
metadata:
- name: rt-ltp
+ name: ltp
format: "Lava-Test-Shell Test Definition 1.0"
version: 20130503
description: "Run LTP syscalls on OE."
@@ -7,7 +7,7 @@ metadata:
run:
steps:
- 'cd /opt/ltp'
- - './runltp -f syscalls -p -q'
+ - './runltplite.sh -p -q'
parse:
pattern: "^(?P<test_case_id>\\S+)\\s+\\d+\\s+(?P<result>\\w+)\\s+:\\s+.+"