summaryrefslogtreecommitdiff
path: root/ubuntu/sendme.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/sendme.yaml')
-rw-r--r--ubuntu/sendme.yaml34
1 files changed, 34 insertions, 0 deletions
diff --git a/ubuntu/sendme.yaml b/ubuntu/sendme.yaml
new file mode 100644
index 0000000..3631d33
--- /dev/null
+++ b/ubuntu/sendme.yaml
@@ -0,0 +1,34 @@
+metadata:
+ name: sendme
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description:
+ "Send a signal from driver to user and measure time intervals"
+ maintainer:
+ - arthur.she@linaro.org
+ os:
+ - ubuntu
+ devices:
+ - arndale
+ - beaglebone-black
+ - rtsm_fvp_base-aemv8a
+ scope:
+ - performance
+ - preempt-rt
+
+install:
+ deps:
+ - backfire-dkms
+ - rt-tests
+
+params:
+ LOOPS: 1000
+
+run:
+ steps:
+ - 'lava-test-case insert-backfire-module --shell modprobe backfire'
+ - 'sendme -l ${LOOPS} | tee result.log'
+ - 'lava-test-run-attach result.log'
+ - './ubuntu/scripts/sendme-parser.sh result.log'
+
+parse:
+ pattern: '^(?P<test_case_id>[^:]+):\s*(?P<measurement>[0-9.]+)\s+(?P<units>\w+)\s+(?P<result>pass)'