NSB NFVi BNG test fails to run - stops after one step
[yardstick.git] / samples / ping-iteration.yaml
1 ##############################################################################
2 # Copyright (c) 2017 Huawei Technologies Co.,Ltd 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 # measure network latency using ping
12
13 schema: "yardstick:task:0.1"
14
15 scenarios:
16 -
17   type: Ping
18   options:
19     packetsize: 200
20   host: athena.demo
21   target: ares.demo
22
23   runner:
24     type: Iteration
25     iterations: 60
26     interval: 1
27
28   sla:
29     max_rtt: 10
30     action: monitor
31
32 context:
33   name: demo
34   image: yardstick-image
35   flavor: yardstick-flavor
36   user: ubuntu
37
38   placement_groups:
39     pgrp1:
40       policy: "availability"
41
42   servers:
43     athena:
44       floating_ip: true
45       placement: "pgrp1"
46     ares:
47       placement: "pgrp1"
48
49   networks:
50     test:
51       cidr: '10.0.1.0/24'
52