]> git.proxmox.com Git - mirror_ovs.git/blame - tests/rstp.at
ovsdb-idl: Return correct seqno from ovsdb_idl_db_set_condition().
[mirror_ovs.git] / tests / rstp.at
CommitLineData
9efd308e
DV
1AT_BANNER([Rapid Spanning Tree Protocol unit tests])
2
3AT_SETUP([RSTP Single bridge])
4AT_KEYWORDS([RSTP])
5AT_DATA([test-rstp-num1],
6[bridge 0 0x111 = a b
7run 1000
8check 0 = root
9])
10AT_CHECK([ovstest test-rstp test-rstp-num1], [0], [])
11AT_CLEANUP
12
13AT_SETUP([RSTP Link failure])
14AT_KEYWORDS([RSTP])
15AT_DATA([test-rstp-num2],
16[bridge 0 0x111 = a b
17bridge 1 0x222 = a c
18bridge 2 0x333 = b c
19run 1000
20check 0 = root
21check 1 = F:200000 F
22check 2 = F:200000 Di
23# Link b goes down
24bridge 2 = X c
25run 1000
26check 1 = F:200000 F
27check 2 = D F:400000
28])
29AT_CHECK([ovstest test-rstp test-rstp-num2], [0], [])
30AT_CLEANUP
31
32AT_SETUP([RSTP Double link Failure])
33AT_KEYWORDS([RSTP])
34AT_DATA([test-rstp-num3],
35[bridge 0 0x111 = a b
36bridge 1 0x222 = a c d
37bridge 2 0x333 = b c e
38bridge 3 0x444 = d f
39bridge 4 0x555 = e f
40run 1000
41check 0 = root
42check 1 = F:200000 F F
43check 2 = F:200000 Di F
44check 3 = F:400000 F
45check 4 = F:400000 Di
46# Link b goes down
47bridge 2 = X c e
48run 1000
49check 0 = root
50check 1 = F:200000 F F
51check 2 = D F:400000 F
52check 3 = F:400000 F
53check 4 = F:600000 Di
54# Link e goes down
55bridge 4 = X f
56run 1000
57check 0 = root
58check 1 = F:200000 F F
59check 2 = D F:400000 F
60check 3 = F:400000 F
61check 4 = D F:600000
62# Link f cost changes
63bridge 4 = X f:100000
64run 1000
65check 4 = D F:500000
66# Bridge 4 becomes root and
67bridge 4 ^ 31000
68run 1000
69check 4 = root
70])
71AT_CHECK([ovstest test-rstp test-rstp-num3], [0], [])
72AT_CLEANUP
73
74AT_SETUP([RSTP example from IEEE 802.1D-2004 figures 17.4 and 17.5])
75AT_KEYWORDS([RSTP])
76AT_DATA([test-rstp-ieee802.1d-2004-fig17.4],
77[bridge 0 0x111 = a b e c
78bridge 1 0x222 = a b d f
79bridge 2 0x333 = c d l j h g
80bridge 3 0x444 = e f n m k i
81bridge 4 0x555 = g i 0 0
82bridge 5 0x666 = h k 0 0
83bridge 6 0x777 = j m 0 0
84bridge 7 0x888 = l n 0 0
85run 1000
86check 0 = root
87check 1 = F:200000 Di F F
88check 2 = F:200000 Di F F F F
89check 3 = F:200000 Di F F F F
90check 4 = F:400000 Di F F
91check 5 = F:400000 Di F F
92check 6 = F:400000 Di F F
93check 7 = F:400000 Di F F
94
95# Now connect two ports of bridge 7 to the same LAN.
96bridge 7 = l n o o
97# Same results except for bridge 7:
98run 1000
99check 0 = root
100check 1 = F:200000 Di F F
101check 2 = F:200000 Di F F F F
102check 3 = F:200000 Di F F F F
103check 4 = F:400000 Di F F
104check 5 = F:400000 Di F F
105check 6 = F:400000 Di F F
106check 7 = F:400000 Di F Di
107])
108AT_CHECK([ovstest test-rstp test-rstp-ieee802.1d-2004-fig17.4], [0], [])
109AT_CLEANUP
110
111AT_SETUP([RSTP example from IEEE 802.1D-2004 figure 17.6])
112AT_KEYWORDS([RSTP])
113AT_DATA([test-rstp-ieee802.1d-2004-fig17.6],
114[bridge 0 0x111 = a b l
115bridge 1 0x222 = b c d
116bridge 2 0x333 = d e f
117bridge 3 0x444 = f g h
118bridge 4 0x555 = j h i
119bridge 5 0x666 = l j k
120run 1000
121check 0 = root
122check 1 = F:200000 F F
123check 2 = F:400000 F F
124check 3 = F:600000 F Di
125check 4 = F:400000 F F
126check 5 = F:200000 F F
127])
128AT_CHECK([ovstest test-rstp test-rstp-ieee802.1d-2004-fig17.6], [0], [])
129AT_CLEANUP
130
131AT_SETUP([RSTP example from IEEE 802.1D-2004 figure 17.7])
132AT_KEYWORDS([RSTP])
133AT_DATA([test-rstp-ieee802.1d-2004-fig17.7],
134[bridge 0 0x000 = b
135bridge 1 0x111 = a b d f h g e c
136bridge 2 0x222 = g h j l n m k i
137run 1000
138check 0 = root
139check 1 = F F:200000 F F F F F F
140check 2 = Di F:400000 F F F F F F
141# Link g priority increment
142bridge 1 = a b d f h g^112 e c
143run 1000
144check 0 = root
145check 1 = F F:200000 F F F F F F
146check 2 = F:400000 Di F F F F F F
147])
148AT_CHECK([ovstest test-rstp test-rstp-ieee802.1d-2004-fig17.7], [0], [])
149AT_CLEANUP
9a0bb428 150
9a0bb428
JR
151m4_define([FILTER_STP_TOPOLOGY], [[
152grep 'STP state changed' | sed '
153 s/.*ofproto_dpif|.*|//
154']])
155
156AT_SETUP([RSTP - dummy interface])
157# Create br0 with interfaces p1 and p7
158# and br1 with interfaces p2 and p8
159# with p1 and p2 connected via unix domain socket
160OVS_VSWITCHD_START(
161 [set port br0 other_config:rstp-enable=false -- \
162 set bridge br0 rstp_enable=true -- \
163 add-br br1 -- \
164 set bridge br1 other-config:hwaddr=aa:66:aa:66:00:00 -- \
165 set bridge br1 datapath-type=dummy other-config:datapath-id=1234 \
166 fail-mode=secure -- \
167 set port br1 other_config:rstp-enable=false -- \
f025bcb7
JR
168 set bridge br1 rstp_enable=false -- \
169])
9a0bb428
JR
170
171AT_CHECK([ovs-vsctl add-port br0 p1 -- \
172 set interface p1 type=dummy options:pstream=punix:$OVS_RUNDIR/p0.sock ofport_request=1 -- \
173 set port p1 other_config:rstp-enable=true -- \
174])
175AT_CHECK([ovs-vsctl add-port br0 p7 -- \
176 set interface p7 ofport_request=7 type=dummy -- \
177 set port p7 other_config:rstp-enable=false -- \
178])
179AT_CHECK([ovs-vsctl add-port br1 p2 -- \
180 set interface p2 type=dummy options:stream=unix:$OVS_RUNDIR/p0.sock ofport_request=2 -- \
f025bcb7 181 set port p2 other_config:rstp-enable=false -- \
9a0bb428
JR
182])
183AT_CHECK([ovs-vsctl add-port br1 p8 -- \
184 set interface p8 ofport_request=8 type=dummy -- \
185 set port p8 other_config:rstp-enable=false -- \
186])
187
f025bcb7
JR
188#
189# RSTP needs link to be in admin-state up, netdev-dummy is by default down
190#
191AT_CHECK([ovs-appctl netdev-dummy/set-admin-state p1 up], [], [dnl
192OK
193])
194
195#
196# Turn RSTP on in br1 after the ports have been added.
197#
198AT_CHECK([ovs-vsctl set bridge br1 rstp_enable=true])
199
9a0bb428
JR
200ovs-appctl time/stop
201
202AT_CHECK([ovs-ofctl add-flow br0 "in_port=7 icmp actions=1"])
203AT_CHECK([ovs-ofctl add-flow br0 "in_port=1 icmp actions=7"])
204AT_CHECK([ovs-ofctl add-flow br1 "in_port=8 icmp actions=2"])
205AT_CHECK([ovs-ofctl add-flow br1 "in_port=2 icmp actions=8"])
206
f025bcb7
JR
207AT_CHECK([ovs-vsctl set port p2 other_config:rstp-enable=true])
208
0b5d64f6 209OVS_WAIT_UNTIL([test `cat ovs-vswitchd.log | FILTER_STP_TOPOLOGY | wc -l` -ge 2])
9a0bb428
JR
210AT_CHECK([cat ovs-vswitchd.log | FILTER_STP_TOPOLOGY], [0], [dnl
211port p1: RSTP state changed from Disabled to Discarding
212port p2: RSTP state changed from Disabled to Discarding
213])
214
215AT_CHECK([ovs-appctl ofproto/trace ovs-dummy 'in_port(7),eth(src=50:54:00:00:00:09,dst=50:54:00:00:00:0a),eth_type(0x0800),ipv4(src=10.0.0.2,dst=10.0.0.1,proto=1,tos=0,ttl=64,frag=no),icmp(type=8,code=0)' | grep STP], [0], [dnl
2d9b49dd 216 >> RSTP not in forwarding state, skipping output
9a0bb428
JR
217])
218AT_CHECK([ovs-appctl ofproto/trace ovs-dummy 'in_port(8),eth(src=50:54:00:00:00:0b,dst=50:54:00:00:00:0c),eth_type(0x0800),ipv4(src=10.0.0.3,dst=10.0.0.4,proto=1,tos=0,ttl=64,frag=no),icmp(type=8,code=0)' | grep STP], [0], [dnl
2d9b49dd 219 >> RSTP not in forwarding state, skipping output
9a0bb428
JR
220])
221
222#
223# RSTP needs link to be in admin-state up, netdev-dummy is by default down
224#
f025bcb7 225AT_CHECK([ovs-appctl netdev-dummy/set-admin-state p2 up], [], [dnl
9a0bb428
JR
226OK
227])
228
37a4efd1
JR
229# give time for RSTP to move initially
230
231ovs-appctl time/warp 1000
232ovs-appctl time/warp 1000
233
0b5d64f6 234OVS_WAIT_UNTIL([test `cat ovs-vswitchd.log | FILTER_STP_TOPOLOGY | wc -l` -ge 4])
9a0bb428
JR
235AT_CHECK([cat ovs-vswitchd.log | FILTER_STP_TOPOLOGY], [0], [dnl
236port p1: RSTP state changed from Disabled to Discarding
237port p2: RSTP state changed from Disabled to Discarding
238port p2: RSTP state changed from Discarding to Forwarding
239port p1: RSTP state changed from Discarding to Forwarding
240])
241
242AT_CHECK([ovs-appctl ofproto/trace ovs-dummy 'in_port(7),eth(src=50:54:00:00:00:09,dst=50:54:00:00:00:0a),eth_type(0x0800),ipv4(src=10.0.0.2,dst=10.0.0.1,proto=1,tos=0,ttl=64,frag=no),icmp(type=8,code=0)' | grep Datapath], [0], [dnl
243Datapath actions: 1
244])
245AT_CHECK([ovs-appctl ofproto/trace ovs-dummy 'in_port(8),eth(src=50:54:00:00:00:0b,dst=50:54:00:00:00:0c),eth_type(0x0800),ipv4(src=10.0.0.3,dst=10.0.0.4,proto=1,tos=0,ttl=64,frag=no),icmp(type=8,code=0)' | grep Datapath], [0], [dnl
246Datapath actions: 2
247])
248
f025bcb7
JR
249AT_CHECK([ovs-vsctl del-br br1])
250
251AT_CHECK([ovs-vsctl del-port br0 p7])
252AT_CHECK([ovs-vsctl del-port br0 p1])
253
9a0bb428
JR
254OVS_VSWITCHD_STOP
255AT_CLEANUP