aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/perf/perf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/perf/perf.yaml')
-rw-r--r--automated/linux/perf/perf.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/automated/linux/perf/perf.yaml b/automated/linux/perf/perf.yaml
new file mode 100644
index 0000000..f578a8f
--- /dev/null
+++ b/automated/linux/perf/perf.yaml
@@ -0,0 +1,30 @@
+metadata:
+ name: perf
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Perf is a profiler tool for Linux and is used to collect and analyze performance and trace data.
+ This test runs following perf commands: record(record events for later reporting), report(break
+ down events by process, function, etc), stat(obtain event counts) and test(Run sanity tests)."
+ maintainer:
+ - naresh.kamboju@linaro.org
+ - milosz.wasilewski@linaro.org
+ os:
+ - openembedded
+ - debian
+ scope:
+ - performance
+ devices:
+ - dragonboard410c
+ - hi6220-hikey
+ - juno
+ - x15
+ - x86
+ environment:
+ - lava-test-shell
+params:
+ SKIP_INSTALL: false
+
+run:
+ steps:
+ - cd ./automated/linux/perf/
+ - ./perf.sh -s "${SKIP_INSTALL}"
+ - ../../utils/send-to-lava.sh ./output/result.txt