metadata: name: svsemantest format: "Lava-Test-Shell Test Definition 1.0" description: "Svsematest measures interthread SystemV semaphore latency. The test svsematest starts two threads or, optionally, forks two processes that are synchronized via SYSV semaphores and measures the latency between releasing a semaphore on one side and getting it on the other side." 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: - 'svsematest -l ${LOOPS} -t | tee result.log' - './ubuntu/scripts/rt-tests-parser.sh result.log' - 'lava-test-run-attach result.log' parse: pattern: '^(?P[^:]+):\s*(?P[0-9.]+)\s+(?P\w+)\s+(?Ppass)'