summaryrefslogtreecommitdiff
path: root/openembedded
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2013-08-13 08:08:22 +0200
committerAnders Roxell <anders.roxell@linaro.org>2013-08-15 09:29:21 +0200
commit71b8a82db87da6d7818e9e9824e27939919b38e2 (patch)
tree6d18828585e0e50155f11fdc4e086023f240be75 /openembedded
parent7941072789d5b0f5ecc8a27503125ae78c4bda78 (diff)
ltp-realtime: make it similar to the ubuntu's ltp-realtime.
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/ltp-realtime.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/openembedded/ltp-realtime.yaml b/openembedded/ltp-realtime.yaml
index 5cba6ef..b641b7f 100644
--- a/openembedded/ltp-realtime.yaml
+++ b/openembedded/ltp-realtime.yaml
@@ -1,12 +1,13 @@
metadata:
- name: rt-ltp
+ name: ltp-realtime
format: "Lava-Test-Shell Test Definition 1.0"
- description: "Realtime LTP tests."
+ version: 20130503
+ description: "Run LTP test_realtime on OE."
run:
steps:
- 'cd /opt/ltp'
- - './runltplite.sh -q'
+ - './runltp -f test_realtime -p -q'
parse:
pattern: "^(?P<test_case_id>\\S+)\\s+\\d+\\s+(?P<result>\\w+)\\s+:\\s+.+"