Yardsitck Gambia Release 7.2.0 release notes.
[yardstick.git] / samples / spec_cpu.yaml
1 ---
2 ##############################################################################
3 # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others.
4 #
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 schema: "yardstick:task:0.1"
12
13 {% set file = file or "/etc/yardstick/pod.yaml" %}
14
15 scenarios:
16 -
17   type: SpecCPU2006
18
19   options:
20       benchmark_subset: int
21       #runspec_tune: all
22       #output_format: all
23       #SPECint_benchmark: perlbench
24       #SPECfp_benchmark: bwaves
25       #runspec_config: yardstick_spec_cpu2006.cfg
26       #runspec_iterations: 1
27       #runspec_tune: base
28       #runspec_size: test
29
30   host: node1.spec_cpu2006
31
32   runner:
33     type: Iteration
34     iterations: 1
35
36 context:
37   type: Node
38   name: spec_cpu2006
39   file: {{ file }}
40
41   env:
42     type: ansible
43     setup: spec_cpu2006_install.yaml
44     teardown: spec_cpu2006_uninstall.yaml