aboutsummaryrefslogtreecommitdiff
path: root/ubuntu/sigwaittest.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/sigwaittest.yaml')
-rw-r--r--ubuntu/sigwaittest.yaml34
1 files changed, 0 insertions, 34 deletions
diff --git a/ubuntu/sigwaittest.yaml b/ubuntu/sigwaittest.yaml
deleted file mode 100644
index 9d42cd14..00000000
--- a/ubuntu/sigwaittest.yaml
+++ /dev/null
@@ -1,34 +0,0 @@
-metadata:
- name: sigwaittest
- format: "Lava-Test-Shell Test Definition 1.0"
- description: "Sigwaittest measure interthread signal latency. The test sigwaittest starts two threads
- or, optionally, forks two processes that are synchonized via signals and measures the
- latency between sending a signal and returning from sigwait()."
- maintainer:
- - arthur.she@linaro.org
- os:
- - ubuntu
- devices:
- - arndale
- - beaglebone-black
- - rtsm_fvp_base-aemv8a
- - juno
- scope:
- - performance
- - preempt-rt
-
-install:
- deps:
- - rt-tests
-
-params:
- LOOPS: 1000
-
-run:
- steps:
- - 'sigwaittest -l ${LOOPS} -t | tee result.log'
- - './common/scripts/rt-tests-parser.sh sigwaittest result.log'
- - 'lava-test-run-attach result.log'
-
-parse:
- pattern: '^(?P<test_case_id>[^:]+):\s*(?P<measurement>[0-9.]+)\s+(?P<units>\w+)\s+(?P<result>pass)'