summaryrefslogtreecommitdiff
path: root/automated/linux/sysbench/sysbench.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/sysbench/sysbench.yaml')
-rw-r--r--automated/linux/sysbench/sysbench.yaml42
1 files changed, 42 insertions, 0 deletions
diff --git a/automated/linux/sysbench/sysbench.yaml b/automated/linux/sysbench/sysbench.yaml
new file mode 100644
index 0000000..453eb74
--- /dev/null
+++ b/automated/linux/sysbench/sysbench.yaml
@@ -0,0 +1,42 @@
+metadata:
+ name: sysbench
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "SysBench is a modular, cross-platform and multi-threaded
+ benchmark tool for evaluating OS parameters that are
+ important for a system running a database under intensive
+ load. Current features allow to test fileio, cpu, memory,
+ threads, mutex and oltp."
+ maintainer:
+ - chase.qi@linaro.org
+ os:
+ - debian
+ - ubuntu
+ - fedora
+ - centos
+ scope:
+ - performance
+ environment:
+ - lava-test-shell
+ devices:
+ - hi6220-hikey
+ - apq8016-sbc
+ - mustang
+ - moonshot
+ - thunderX
+ - d03
+ - d05
+
+params:
+ # "${TESTS}" could be one more of the following tests.
+ # TESTS: "oltp"
+ # TESTS: "fileio oltp"
+ TESTS: "cpu memory threads mutex fileio oltp"
+ # Number of threads to use.
+ NUM_THREADS: "1"
+ SKIP_INSTALL: "false"
+
+run:
+ steps:
+ - cd ./automated/linux/sysbench/
+ - ./sysbench.sh -n "${NUM_THREADS}" -t "${TESTS}" -s "${SKIP_INSTALL}"
+ - ../../utils/send-to-lava.sh ./output/result.txt