Merge "Dockerfile: apt-get clean to save layer space"
[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 {% set host = host or 'node1' %}
18
19 scenarios:
20 -
21   type: SpecCPU2006
22
23   options:
24       SPECint_benchmark: int^429
25       runspec_iterations: 1
26       runspec_tune: base
27       runspec_size: ref
28       runspec_rate: 1
29
30   host: {{host}}.yardstick-TC078
31
32   runner:
33     type: Iteration
34     iterations: 1
35
36 context:
37   type: Node
38   name: yardstick-TC078
39   file: {{ file }}
40
41   env:
42     type: ansible
43     setup: spec_cpu2006_install.yaml
44     teardown: spec_cpu2006_uninstall.yaml