summaryrefslogtreecommitdiff
path: root/openembedded/ltp-realtime.yaml
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2013-08-13 07:56:29 +0200
committerAnders Roxell <anders.roxell@linaro.org>2013-08-15 09:29:14 +0200
commit7941072789d5b0f5ecc8a27503125ae78c4bda78 (patch)
tree8b874e4c1ffecb6064e6a9f9a82eb11589d8b273 /openembedded/ltp-realtime.yaml
parent5ffcd9c1f5c52c6996861b22f781ced3b22f7956 (diff)
rename to ltp-realtime
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'openembedded/ltp-realtime.yaml')
-rw-r--r--openembedded/ltp-realtime.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/openembedded/ltp-realtime.yaml b/openembedded/ltp-realtime.yaml
new file mode 100644
index 0000000..5cba6ef
--- /dev/null
+++ b/openembedded/ltp-realtime.yaml
@@ -0,0 +1,19 @@
+metadata:
+ name: rt-ltp
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Realtime LTP tests."
+
+run:
+ steps:
+ - 'cd /opt/ltp'
+ - './runltplite.sh -q'
+
+parse:
+ pattern: "^(?P<test_case_id>\\S+)\\s+\\d+\\s+(?P<result>\\w+)\\s+:\\s+.+"
+ fixupdict:
+ TBROK: fail
+ TCONF: skip
+ TFAIL: fail
+ TINFO: skip
+ TPASS: pass
+ TWARN: unknown