Merge "Add a new monitor type: MultiMonitor that can run any number of other monitors...
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc055.yaml
1 ##############################################################################
2 # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9 ---
10
11 schema: "yardstick:task:0.1"
12 description: >
13     Yardstick TC055 config file;
14     Collect hardware specification from /proc/cpuinfo /proc/meminfo;
15     compute capacity and scale.
16     the results have,
17     number of CPUs, number of physical cores in a single CPU;
18     number of logical cores, total memory size;
19     cache size per CPU, total cache size;
20     HT (Hyper-Thread) support status, 1 for open, 0 for close.
21
22 {% set host = host or "node5.yardstick-TC055" %}
23 {% set pod_info = pod_info or "etc/yardstick/nodes/compass_sclab_virtual/pod.yaml" %}
24 scenarios:
25 -
26   type: ComputeCapacity
27   options:
28
29   nodes:
30     host: {{host}}
31
32   runner:
33     type: Iteration
34     iterations: 1
35
36 context:
37   type: Node
38   name: yardstick-TC055
39   file: {{pod_info}}