summaryrefslogtreecommitdiff
path: root/automated/linux/sysbench/sysbench.yaml
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2017-02-06 11:49:05 +0800
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2017-02-06 13:32:59 +0000
commit050e4e2c929b136a68b8455496eb67f2f1172adb (patch)
treefcdb57280784b90690ee4d14052898ec33261bc8 /automated/linux/sysbench/sysbench.yaml
parent475120c780a115a49a06276125bc728eb06b9b0d (diff)
automated: linux: support sysbench compiling on oe-rpb
Change-Id: Ibc1e125dc56c4a5b6b73da368b668bafc2c9fb97 Signed-off-by: Chase Qi <chase.qi@linaro.org>
Diffstat (limited to 'automated/linux/sysbench/sysbench.yaml')
-rw-r--r--automated/linux/sysbench/sysbench.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/automated/linux/sysbench/sysbench.yaml b/automated/linux/sysbench/sysbench.yaml
index 453eb74..1bceee4 100644
--- a/automated/linux/sysbench/sysbench.yaml
+++ b/automated/linux/sysbench/sysbench.yaml
@@ -13,6 +13,7 @@ metadata:
- ubuntu
- fedora
- centos
+ - openembedded
scope:
- performance
environment:
@@ -27,10 +28,10 @@ metadata:
- d05
params:
- # "${TESTS}" could be one more of the following tests.
+ # "${TESTS}" could be one or more of the following tests.
+ # TESTS: cpu memory threads mutex fileio oltp
# TESTS: "oltp"
- # TESTS: "fileio oltp"
- TESTS: "cpu memory threads mutex fileio oltp"
+ TESTS: "cpu memory threads mutex fileio"
# Number of threads to use.
NUM_THREADS: "1"
SKIP_INSTALL: "false"