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 # Measure network latency using ping, destination is an external server
12 # Make sure servers have internet access before running this test.
13 # For example using virtual MOS do something this on the host:
14 # sudo iptables -t nat -A POSTROUTING -s 172.16.0.0/24 \! -d 172.16.0.0/24 -j MASQUERADE
16 # This sample demonstrates the use of runner actions - hooks inserted in
17 # diffrent places of the runner execution.
20 schema: "yardstick:task:0.1"
32 command: "heat stack-show demo"
35 command: "ifconfig vboxnet1"
38 command: "nova show goofy.demo"
47 image: yardstick-image
48 flavor: yardstick-flavor