aboutsummaryrefslogtreecommitdiffstats
path: root/tests/opnfv/test_cases
diff options
context:
space:
mode:
authorliang gao <jean.gaoliang@huawei.com>2016-08-15 02:38:54 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-15 02:38:54 +0000
commit81d438404f189b1936777f1ec5abc34b6d171ffc (patch)
treee23dab3126092965e737d7f991c46dbd0ea78e6b /tests/opnfv/test_cases
parent5d0fb5e5ed3fc324cac995994b061b6d449fc869 (diff)
parent373df6c7373d30f19db75c872d5103f1a37e7f69 (diff)
Merge "Add testcase tc0075 and mofify testcsuite"
Diffstat (limited to 'tests/opnfv/test_cases')
-rw-r--r--tests/opnfv/test_cases/opnfv_yardstick_tc075.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc075.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc075.yaml
new file mode 100644
index 000000000..d4a978c1d
--- /dev/null
+++ b/tests/opnfv/test_cases/opnfv_yardstick_tc075.yaml
@@ -0,0 +1,23 @@
+---
+# Yardstick TC075 config file
+# Measure compute capacity and scale.
+# Including number of cores, number of threads, available memory size and
+# cache size.
+
+schema: "yardstick:task:0.1"
+{% set host = host or "node1.LF" %}
+{% set pod_info = pod_info or "etc/yardstick/nodes/compass_sclab_virtual/pod.yaml" %}
+
+scenarios:
+-
+ type: NetworkCapacity
+ host: {{host}}
+
+ runner:
+ type: Iteration
+ iterations: 1
+
+context:
+ type: Node
+ name: LF
+ file: {{pod_info}}