Test case: add test config file for TC078 and TC079
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc078.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 TC078 config file;
14     Measure CPU performance using SPEC CPU2006;
15
16 {% set file = file or "/etc/yardstick/pod.yaml" %}
17
18 scenarios:
19 -
20   type: SpecCPU2006
21
22   options:
23       benchmark_subset: int
24
25   host: node1.yardstick-TC078
26
27   runner:
28     type: Iteration
29     iterations: 1
30
31 context:
32   type: Node
33   name: yardstick-TC078
34   file: {{ file }}
35
36   env:
37     type: ansible
38     setup: spec_cpu2006_install.yaml
39     teardown: spec_cpu2006_uninstall.yaml