summaryrefslogtreecommitdiffstats
path: root/samples/ramspeed.yaml
diff options
context:
space:
mode:
authorliang gao <jean.gaoliang@huawei.com>2016-05-23 03:57:54 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-05-23 03:57:54 +0000
commit5c32b7daa67ea5696f49e168259116fc1d47e7e5 (patch)
treeb6a1505a936668047eae8a352c883c97b729e62d /samples/ramspeed.yaml
parent379cbbefa8aebe63bb0a73a9d1439984ee6d7947 (diff)
parent54a393f4829e0de8b406dfc3e2d099b4394e5f38 (diff)
Merge "add support for RAMspeed"
Diffstat (limited to 'samples/ramspeed.yaml')
-rw-r--r--samples/ramspeed.yaml38
1 files changed, 38 insertions, 0 deletions
diff --git a/samples/ramspeed.yaml b/samples/ramspeed.yaml
new file mode 100644
index 000000000..7e1b1aa8c
--- /dev/null
+++ b/samples/ramspeed.yaml
@@ -0,0 +1,38 @@
+---
+# Sample benchmark task config file
+# measure cache and memory bandwidth using Ramspeed
+
+schema: "yardstick:task:0.1"
+
+scenarios:
+-
+ type: Ramspeed
+ options:
+ type_id: 1
+ load: 16
+ block_size: 32
+ iteration: 1
+
+ host: kratos.demo
+
+ runner:
+ type: Iteration
+ iterations: 1
+
+ sla:
+ min_bandwidth: 6000
+ action: monitor
+
+context:
+ name: demo
+ image: yardstick-trusty-server
+ flavor: yardstick-flavor
+ user: ubuntu
+
+ servers:
+ kratos:
+ floating_ip: true
+
+ networks:
+ test:
+ cidr: '10.0.1.0/24'