2 # Sample benchmark task config file
3 # Demonstrate use of background scenarios
5 schema: "yardstick:task:0.1"
15 # This scenario is run as a background scenario and runs
16 # in parallel with other scenarios.
18 # Background scenarios are started before normal scenarios
19 # and are terminated when all normal scenarios have ended.
21 # A background scenario does not need a runner section as it
22 # will always use an infinite duration runner that are terminated
23 # when all normal scenarios have completed.
25 run_in_background: true # default: false
37 bytes_per_second: 2900000000
42 image: yardstick-trusty-server
43 flavor: yardstick-flavor
48 policy: "availability"