Merge "Read user & password from yardstick.conf in Grafana configuration"
[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       SPECint_benchmark: int^429
24       runspec_iterations: 1
25       runspec_tune: base
26       runspec_size: ref
27       runspec_rate: 1
28
29   host: node1.yardstick-TC078
30
31   runner:
32     type: Iteration
33     iterations: 1
34
35 context:
36   type: Node
37   name: yardstick-TC078
38   file: {{ file }}
39
40   env:
41     type: ansible
42     setup: spec_cpu2006_install.yaml
43     teardown: spec_cpu2006_uninstall.yaml