2 # Sample benchmark task config file
3 # Measure network latency using ping, destination is an external server
4 # Make sure servers have internet access before running this test.
5 # For example using virtual MOS do something this on the host:
6 # sudo iptables -t nat -A POSTROUTING -s 172.16.0.0/24 \! -d 172.16.0.0/24 -j MASQUERADE
8 # This sample demonstrates the use of runner actions - hooks inserted in
9 # diffrent places of the runner execution.
12 schema: "yardstick:task:0.1"
24 command: "heat stack-show demo"
27 command: "ifconfig vboxnet1"
30 command: "nova show goofy.demo"