Merge "Improve OVS-DPDK boot process"
[yardstick.git] / samples / cpuload.yaml
1 ##############################################################################
2 # Copyright (c) 2017 Ericsson AB 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 # Reading processor load/statistics
12
13 schema: "yardstick:task:0.1"
14
15 run_in_parallel: true
16
17 scenarios:
18 -
19   type: CPUload
20   options:
21     interval: 1
22     count: 1
23   host: apollo.demo
24   runner:
25     type: Duration
26     duration: 60
27
28 context:
29   name: demo
30   image: yardstick-trusty-server
31   flavor: yardstick-flavor
32   user: ubuntu
33
34   servers:
35     apollo:
36       floating_ip: true
37
38   networks:
39     test:
40       cidr: '10.0.1.0/24'