summaryrefslogtreecommitdiff
path: root/openembedded/ltp.yaml
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2013-12-02 17:28:45 +0100
committerLinaro Code Review <review@review.linaro.org>2013-12-11 09:05:48 +0000
commit1c7ce8f8c44e711aacae6ad06b1d2cd20ce2eac3 (patch)
treed05dceec203cfb062d127c0e0f779a5ba088bce7 /openembedded/ltp.yaml
parent182d400b04729e416befd7d5d3393f539c052a45 (diff)
OE/ltp: parameterize cmdfiles
Change-Id: Ifd4dd6213ff17b30624601bdb56230a4f845864a Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'openembedded/ltp.yaml')
-rw-r--r--openembedded/ltp.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/openembedded/ltp.yaml b/openembedded/ltp.yaml
index 8dd765d..9dc4c8f 100644
--- a/openembedded/ltp.yaml
+++ b/openembedded/ltp.yaml
@@ -13,9 +13,12 @@ metadata:
devices:
- rtsm_ve-armv8
+params:
+ TST_CMDFILES: syscalls,mm,math,timers,fcntl-locktests,ipc,fsx,fs,hugetlb
+
run:
steps:
- - './openembedded/scripts/ltpfixup.sh'
+ - './openembedded/scripts/ltpfixup.sh $TST_CMDFILES'
parse:
pattern: "^(?P<test_case_id>\\S+)\\s+(?P<result>\\w+)\\s+.+"