Improve OVS-DPDK boot process
[yardstick.git] / samples / ping-node-context.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: node1.LF
21   target: node2.LF
22
23   runner:
24     type: Duration
25     duration: 60
26     interval: 1
27
28   sla:
29     max_rtt: 10
30     action: monitor
31
32
33 context:
34   type: Node
35   name: LF
36   file: etc/yardstick/nodes/fuel_virtual/pod.yaml
37