Improve OVS-DPDK boot process
[yardstick.git] / samples / unixbench.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 # Sample benchmark task config file
11 # measure CPU performance
12 # There is one sample scenario for Dhrystone
13 # Dhrystone (MIPS) - higher results are better, i.e. better integer performance.
14
15 schema: "yardstick:task:0.1"
16
17 scenarios:
18 -
19   type: UnixBench
20   options:
21     run_mode: 'verbose'
22     test_type: 'dhry2reg'
23   host: Chang'e.demo
24
25   runner:
26     type: Iteration
27     iterations: 1
28     interval: 1
29
30 context:
31   name: demo
32   image: yardstick-image
33   flavor: yardstick-flavor
34   user: ubuntu
35
36   servers:
37     Chang'e:
38       floating_ip: true
39
40   networks:
41     test:
42       cidr: '10.0.1.0/24'
43