summaryrefslogtreecommitdiff
path: root/openembedded
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2013-12-20 13:05:42 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2013-12-20 13:05:42 +0000
commitea63e74e39c751b4eb4e5f66f2d02153a9c6e1cd (patch)
treea43f76dd4e0302e3d1dfdbf9bed93bba54a78cbe /openembedded
parent4517a62f2716f3b9dd00190ae6d99e69cb0a2fdd (diff)
experiment with LTP test on OE
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/ltp.yaml13
1 files changed, 9 insertions, 4 deletions
diff --git a/openembedded/ltp.yaml b/openembedded/ltp.yaml
index 052d1df..d834ec2 100644
--- a/openembedded/ltp.yaml
+++ b/openembedded/ltp.yaml
@@ -15,10 +15,15 @@ metadata:
run:
steps:
- - './openembedded/scripts/ltpfixup.sh'
+ - "cd /opt/ltp"
+ - "./runltp -p -q -f syscalls"
parse:
- pattern: "^(?P<test_case_id>\\S+)\\s+(?P<result>\\w+)\\s+.+"
+ pattern: "^(?P<test_case_id>\\S+)\\s+\\d+\\s+(?P<result>\\w+)\\s+:\\s+.+"
fixupdict:
- FAIL: fail
- PASS: pass
+ TBROK: fail
+ TCONF: skip
+ TFAIL: fail
+ TINFO: skip
+ TPASS: pass
+ TWARN: unknown