aboutsummaryrefslogtreecommitdiff
path: root/ubuntu/ptsematest.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/ptsematest.yaml')
-rw-r--r--ubuntu/ptsematest.yaml35
1 files changed, 0 insertions, 35 deletions
diff --git a/ubuntu/ptsematest.yaml b/ubuntu/ptsematest.yaml
deleted file mode 100644
index a9c5d106..00000000
--- a/ubuntu/ptsematest.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-metadata:
- name: ptsematest
- format: "Lava-Test-Shell Test Definition 1.0"
- description: "Ptsematest measures the latency of interprocess communication with POSIX mutex. The test
- starts two threads that are synchronized via pthread_mutex_unlock()/pthread_mutex_lock()
- and measures the latency between releasing and getting the lock. The dafault iteration is
- set to 1000 which can be changed via JSON file."
- 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:
- - 'ptsematest -l ${LOOPS} -t | tee result.log'
- - './common/scripts/rt-tests-parser.sh ptsematest 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)'