summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2015-04-13 14:12:18 -0700
committerArthur She <arthur.she@linaro.org>2015-04-13 14:12:18 -0700
commit6fbde9c8b85c4dd17906f042fe89853bedb5cefc (patch)
tree2d098b8817b37e11f58f2c686ed499c6503199a8
parent69456d5e0c665eeade8abbfc6613f300a945943a (diff)
new file: ubuntu/kselftest-net-ps.yamlfix-kselftest-net
-rw-r--r--ubuntu/kselftest-net-ps.yaml42
1 files changed, 42 insertions, 0 deletions
diff --git a/ubuntu/kselftest-net-ps.yaml b/ubuntu/kselftest-net-ps.yaml
new file mode 100644
index 0000000..68b71b6
--- /dev/null
+++ b/ubuntu/kselftest-net-ps.yaml
@@ -0,0 +1,42 @@
+metadata:
+ name: kselftest-net
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "The kernel contains a set of 'self tests' under the tools/testing/selftests/.
+ These are intended to be small unit tests to exercise individual code paths
+ in the kernel. kselftest-net is a basic test of packet socket fanout and socket's
+ TPACKET_V1/TPACKET_V2/TPACKET_V3 behavior."
+ maintainer:
+ - arthur.she@linaro.org
+ os:
+ - ubuntu
+ devices:
+ - arndale
+ - beaglebone-black
+ - rtsm_fvp_base-aemv8a
+ - juno
+ scope:
+ - functional
+
+install:
+ git-repos:
+ - http://git.linaro.org/qa/kselftest.git
+ steps:
+ - 'cd kselftest'
+ - 'git checkout $BRANCH'
+ - 'make -C net'
+ deps:
+ - git
+ - build-essential
+
+params:
+ BRANCH: master
+
+run:
+ steps:
+ - 'ps aux'
+ - 'cd kselftest/net'
+ - '../../common/scripts/kselftest-runner.sh net "make run_tests"'
+ - 'ps aux'
+
+parse:
+ pattern: "^(?P<test_case_id>[a-z_ ]+):\\s\\[(?P<result>PASS|FAIL|SKIP)\\]"