aboutsummaryrefslogtreecommitdiffstats
path: root/samples/cyclictest-node-context.yaml
diff options
context:
space:
mode:
authorQiLiang <liangqi1@huawei.com>2015-11-25 09:23:46 +0800
committerQiLiang <liangqi1@huawei.com>2016-01-10 09:59:03 +0000
commita33f57371c740e0ab749bfffa4d31c08ef5c5b74 (patch)
treec8d315a5e6fbfa81a2b022613c3df5dddbd15fe2 /samples/cyclictest-node-context.yaml
parent4f4edd840823ff6a0151e3f5220241183e27e560 (diff)
Support run cyclictest on BareMetal
JIRA: YARDSTICK-122 Change-Id: I8144215059a9abea08314a4c1e6a733dcdf0df53 Signed-off-by: QiLiang <liangqi1@huawei.com>
Diffstat (limited to 'samples/cyclictest-node-context.yaml')
-rw-r--r--samples/cyclictest-node-context.yaml50
1 files changed, 50 insertions, 0 deletions
diff --git a/samples/cyclictest-node-context.yaml b/samples/cyclictest-node-context.yaml
new file mode 100644
index 000000000..d74d1e5e3
--- /dev/null
+++ b/samples/cyclictest-node-context.yaml
@@ -0,0 +1,50 @@
+---
+# Sample benchmark task config file
+# Measure system high resolution by using Cyclictest
+#
+# For this sample just like running the command below on the test vm and
+# getting latencies info back to the yardstick.
+#
+# sudo bash cyclictest -a 1 -i 1000 -p 99 -l 1000 -t 1 -h 90 -m -n -q
+#
+
+schema: "yardstick:task:0.1"
+
+scenarios:
+-
+ type: Cyclictest
+ options:
+ affinity: 1
+ interval: 1000
+ priority: 99
+ loops: 1000
+ threads: 1
+ histogram: 90
+ host: kvm.LF
+ runner:
+ type: Duration
+ duration: 1
+ interval: 1
+ sla:
+ max_min_latency: 50
+ max_avg_latency: 100
+ max_max_latency: 1000
+ action: monitor
+ setup_options:
+ rpm_dir: "/opt/rpm"
+ script_dir: "/opt/scripts"
+ image_dir: "/opt/image"
+ host_setup_seqs:
+ - "host-setup0.sh"
+ - "reboot"
+ - "host-setup1.sh"
+ - "host-run-qemu.sh"
+ guest_setup_seqs:
+ - "guest-setup0.sh"
+ - "reboot"
+ - "guest-setup1.sh"
+
+context:
+ type: Node
+ name: LF
+ file: /root/yardstick/pod.yaml