Code Review
/
yardstick.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Add test case description and modify task file for TC042"
[yardstick.git]
/
samples
/
ping6_odl.yaml
1
---
2
# Sample test case for ipv6
3
4
schema: "yardstick:task:0.1"
5
6
scenarios:
7
-
8
type: Ping6
9
options:
10
packetsize: 200
11
sdn: odl
12
host: host1,host2,host3,host4,host5
13
nodes:
14
host1: node1.IPV6
15
host2: node2.IPV6
16
host3: node3.IPV6
17
host4: node4.IPV6
18
host5: node5.IPV6
19
runner:
20
type: Iteration
21
iterations: 1
22
interval: 1
23
run_step: 'setup,run,teardown'
24
sla:
25
max_rtt: 10
26
action: monitor
27
28
29
context:
30
type: Node
31
name: IPV6
32
file: /root/yardstick/etc/yardstick/nodes/compass_sclab_virtual/pod.yaml
33
34