1 ##############################################################################
2 # Copyright (c) 2017 Ericsson AB and others.
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 ##############################################################################
10 # Sample benchmark task config file
11 # Demonstrate use of background scenarios
13 schema: "yardstick:task:0.1"
23 # This scenario is run as a background scenario and runs
24 # in parallel with other scenarios.
26 # Background scenarios are started before normal scenarios
27 # and are terminated when all normal scenarios have ended.
29 # A background scenario does not need a runner section as it
30 # will always use an infinite duration runner that are terminated
31 # when all normal scenarios have completed.
33 run_in_background: true # default: false
45 bytes_per_second: 2900000000
50 image: yardstick-image
51 flavor: yardstick-flavor
56 policy: "availability"