summaryrefslogtreecommitdiff
path: root/openembedded/ltp.yaml
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-05-21 13:35:10 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-05-21 13:35:10 +0100
commit9b9b3cb7e6a2f1143a6d83e8c505d248f190ac2e (patch)
treee877ba4b10fe1eafdc11f973110416cbd9edfdfa /openembedded/ltp.yaml
parent7fa09fadc9bd5718f21116b02e635edfce8016c6 (diff)
LTP: fixed result parsing when running each package separately
When running packages separately in the same LAVA job, results were concatenated. Now result files are stored in the test execution directory and are separate for each lava-test-shell. ltpfixup.sh script was moved to 'common' directory. Definition was unified between Ubuntu and OE. Change-Id: I43372b0d060d88f871407bc4b1b44c2cf94ef333 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'openembedded/ltp.yaml')
-rw-r--r--openembedded/ltp.yaml11
1 files changed, 7 insertions, 4 deletions
diff --git a/openembedded/ltp.yaml b/openembedded/ltp.yaml
index a48c097..6097690 100644
--- a/openembedded/ltp.yaml
+++ b/openembedded/ltp.yaml
@@ -2,7 +2,7 @@ metadata:
name: ltp
format: "Lava-Test-Shell Test Definition 1.0"
version: 20140115
- description: "Run LTP syscalls on OpenEmbedded."
+ description: "Run LTP test suite on OpenEmbedded."
maintainer:
- milosz.wasilewski@linaro.org
- fathi.boudra@linaro.org
@@ -11,14 +11,17 @@ metadata:
scope:
- functional
devices:
- - rtsm_ve-armv8
+ - rtsm_fvp_base-aemv8a
+ - rtsm_fvp_base_cortex-a57x1-a53x1
+ - rtsm_fvp_base_cortex-a57x4-a53x4
+ - wg
params:
- TST_CMDFILES: syscalls,mm,math,timers,fcntl-locktests,ipc,fsx,fs,hugetlb,io,timers,nptl,pty,containers,fs_bind,filecaps,admin_tools,connectors
+ TST_CMDFILES: syscalls,mm,math,timers,fcntl-locktests,ipc,fsx,fs,hugetlb,io,nptl,pty,containers,fs_bind,filecaps,admin_tools,connectors
run:
steps:
- - './openembedded/scripts/ltpfixup.sh $TST_CMDFILES'
+ - './common/scripts/ltpfixup.sh $TST_CMDFILES'
parse:
pattern: "^(?!.+ED)(?P<test_case_id>\\w+)\\s+(?P<result>\\w+)\\s+\\d$"