summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKristian Hunt <kristian.hunt@gmail.com>2015-12-10 14:35:59 +0100
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>2015-12-21 23:25:46 +0000
commit52d1b3111f37a6b8bc2b6a18e3443dc29fcb943b (patch)
tree368a739f98931b641ecb7b68afbd19623d3ee417 /tests
parent804abc1206a1ca23d1d1eca0b63b54abca850a26 (diff)
Add test case description and task file for TC010
Add test case description for Memory Latency (TC010) and test case .yaml task file. JIRA: YARDSTICK-94 Change-Id: If7fb120868c9901fe097f310aa249e1fbc8a94ee Signed-off-by: Kristian Hunt <kristian.hunt@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/opnfv/test_cases/opnfv_yardstick_tc010.yaml38
1 files changed, 38 insertions, 0 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc010.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc010.yaml
new file mode 100644
index 000000000..42327f05f
--- /dev/null
+++ b/tests/opnfv/test_cases/opnfv_yardstick_tc010.yaml
@@ -0,0 +1,38 @@
+---
+# Yardstick TC010 config file
+# measure memory read latency using lmbench
+
+schema: "yardstick:task:0.1"
+
+scenarios:
+-
+ type: Lmbench
+ options:
+ test_type: "latency"
+ stride: 128
+ stop_size: 64.0
+
+ host: demeter.yardstick-TC010
+
+ runner:
+ type: Iteration
+ iterations: 10
+ interval: 1
+
+ sla:
+ max_latency: 30
+ action: monitor
+
+context:
+ name: yardstick-TC010
+ image: yardstick-trusty-server
+ flavor: m1.small
+ user: ec2-user
+
+ servers:
+ demeter:
+ floating_ip: true
+
+ networks:
+ test:
+ cidr: '10.0.1.0/24'