summaryrefslogtreecommitdiff
path: root/openembedded
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2015-03-19 22:24:28 -0700
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-03-24 09:09:36 +0000
commitc058de275e948c8fe1d3671a0efbd23527c5b3aa (patch)
tree2de80ab3cdd5373c4a99df8e03a2a4074273a9c1 /openembedded
parent35b0474cee5f3f4aea1e2b5196c721793523a1d1 (diff)
ubuntu / openembedded: Fix kselftest-net.yaml problem
Run test by using original Makefile. Change-Id: I39f57f45ce8628dca831d2a1eaa71effccf3c1b6
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/kselftest-net.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/openembedded/kselftest-net.yaml b/openembedded/kselftest-net.yaml
index 3b8bba7..efb782a 100644
--- a/openembedded/kselftest-net.yaml
+++ b/openembedded/kselftest-net.yaml
@@ -30,7 +30,8 @@ params:
run:
steps:
- - './common/scripts/kselftest-net.sh'
+ - 'cd kselftest/net'
+ - '../../common/scripts/kselftest-runner.sh net "make run_tests"'
parse:
- pattern: "^(?P<test_case_id>[a-z_]+):\\s(?P<result>pass|fail)"
+ pattern: "^(?P<test_case_id>[a-z_ ]+):\\s\\[(?P<result>PASS|FAIL|SKIP)\\]"