diff options
author | esla <timothy.anzaku@linaro.org> | 2015-06-10 10:41:33 +0900 |
---|---|---|
committer | esla <timothy.anzaku@linaro.org> | 2015-06-10 23:39:40 +0900 |
commit | 237e706906d7b008293f0a6b15b49146c9961527 (patch) | |
tree | b641b4e20af25954de6083926ec7b73f588a519e /openembedded | |
parent | 0827dfbf9cc8e6ce19bf5fd6981f649e2e0cf897 (diff) | |
download | test-definitions-pipe-237e706906d7b008293f0a6b15b49146c9961527.tar.gz |
Add support for LTP-DDT tests to existing ltp.yaml
Change-Id: If7696fed60bd2743cd7953b4cbbe6c4fc5c3aa76
Diffstat (limited to 'openembedded')
-rw-r--r-- | openembedded/ltp.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openembedded/ltp.yaml b/openembedded/ltp.yaml index 69c7de3..fc3914e 100644 --- a/openembedded/ltp.yaml +++ b/openembedded/ltp.yaml @@ -23,12 +23,14 @@ params: # "skipfile-lsk-juno" is a known file present in dir ../common/scripts/ltp/ # or # SKIPFILE: "http://people.linaro.org/~naresh.kamboju/skipfile" + # PATTERNS is used only for LTP-DDT tests # NOTE: busybox wget may not work with https link so pefer to use http SKIPFILE: "" + PATTERNS: "" run: steps: - - './common/scripts/ltpfixup.sh -T $TST_CMDFILES -S $SKIPFILE' + - './common/scripts/ltpfixup.sh -T $TST_CMDFILES -S $SKIPFILE $PATTERNS' parse: pattern: "^(?!.+ED)(?P<test_case_id>\\w+)\\s+(?P<result>\\w+)\\s+\\d$" |