Merge "Add test case description and task file for TC073(netperf)"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc055.yaml
1 ---
2 # Yardstick TC055 config file
3 # Collect hardware specification from /proc/cpuinfo
4
5 schema: "yardstick:task:0.1"
6 {% set host = host or "node5.yardstick-TC055" %}
7 {% set pod_info = pod_info or "etc/yardstick/nodes/compass_sclab_virtual/pod.yaml" %}
8 scenarios:
9 -
10   type: ComputeCapacity
11   options:
12
13   nodes:
14     host: {{host}}
15
16   runner:
17     type: Iteration
18     iterations: 1
19
20 context:
21   type: Node
22   name: yardstick-TC055
23   file: {{pod_info}}