mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-11-03 23:47:16 +00:00 
			
		
		
		
	tests: Topotest for checking ECMP inter-area nexthop handling
Used to reproduce #9720 and may also serve as a regression test in the future. Signed-off-by: Martin Buck <mb-tmp-tvguho.pbz@gromit.dyndns.org>
This commit is contained in:
		
							parent
							
								
									cce7c33396
								
							
						
					
					
						commit
						5a104c8634
					
				
							
								
								
									
										52
									
								
								tests/topotests/ospf6_ecmp_inter_area/r1/ospf6d.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										52
									
								
								tests/topotests/ospf6_ecmp_inter_area/r1/ospf6d.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,52 @@
 | 
			
		||||
debug ospf6 lsa all
 | 
			
		||||
debug ospf6 message all
 | 
			
		||||
debug ospf6 route all
 | 
			
		||||
debug ospf6 spf time
 | 
			
		||||
debug ospf6 spf database
 | 
			
		||||
debug ospf6 zebra send
 | 
			
		||||
debug ospf6 zebra recv
 | 
			
		||||
 | 
			
		||||
debug ospf6 lsa router
 | 
			
		||||
debug ospf6 lsa router originate
 | 
			
		||||
debug ospf6 lsa router examine
 | 
			
		||||
debug ospf6 lsa router flooding
 | 
			
		||||
debug ospf6 lsa as-external
 | 
			
		||||
debug ospf6 lsa as-external originate
 | 
			
		||||
debug ospf6 lsa as-external examine
 | 
			
		||||
debug ospf6 lsa as-external flooding
 | 
			
		||||
debug ospf6 lsa intra-prefix
 | 
			
		||||
debug ospf6 lsa intra-prefix originate
 | 
			
		||||
debug ospf6 lsa intra-prefix examine
 | 
			
		||||
debug ospf6 lsa intra-prefix flooding
 | 
			
		||||
debug ospf6 border-routers
 | 
			
		||||
debug ospf6 zebra
 | 
			
		||||
debug ospf6 interface
 | 
			
		||||
debug ospf6 neighbor
 | 
			
		||||
debug ospf6 flooding
 | 
			
		||||
debug ospf6 gr helper
 | 
			
		||||
debug ospf6 spf process
 | 
			
		||||
debug ospf6 route intra-area
 | 
			
		||||
debug ospf6 route inter-area
 | 
			
		||||
debug ospf6 abr
 | 
			
		||||
debug ospf6 asbr
 | 
			
		||||
debug ospf6 nssa
 | 
			
		||||
!
 | 
			
		||||
interface r1-eth0
 | 
			
		||||
 ipv6 ospf6 area 0
 | 
			
		||||
 ipv6 ospf6 hello-interval 2
 | 
			
		||||
 ipv6 ospf6 dead-interval 10
 | 
			
		||||
!
 | 
			
		||||
interface r1-eth1
 | 
			
		||||
 ipv6 ospf6 area 0
 | 
			
		||||
 ipv6 ospf6 hello-interval 2
 | 
			
		||||
 ipv6 ospf6 dead-interval 10
 | 
			
		||||
!
 | 
			
		||||
interface r1-eth2
 | 
			
		||||
 ipv6 ospf6 area 0
 | 
			
		||||
 ipv6 ospf6 hello-interval 2
 | 
			
		||||
 ipv6 ospf6 dead-interval 10
 | 
			
		||||
!
 | 
			
		||||
router ospf6
 | 
			
		||||
 ospf6 router-id 10.254.254.1
 | 
			
		||||
 redistribute connected
 | 
			
		||||
!
 | 
			
		||||
							
								
								
									
										5
									
								
								tests/topotests/ospf6_ecmp_inter_area/r1/zebra.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								tests/topotests/ospf6_ecmp_inter_area/r1/zebra.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,5 @@
 | 
			
		||||
ipv6 forwarding
 | 
			
		||||
!
 | 
			
		||||
interface lo
 | 
			
		||||
 ipv6 address 2001:db8:1::1/64
 | 
			
		||||
!
 | 
			
		||||
							
								
								
									
										14
									
								
								tests/topotests/ospf6_ecmp_inter_area/r2/ospf6d.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								tests/topotests/ospf6_ecmp_inter_area/r2/ospf6d.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,14 @@
 | 
			
		||||
interface r2-eth0
 | 
			
		||||
 ipv6 ospf6 area 0
 | 
			
		||||
 ipv6 ospf6 hello-interval 2
 | 
			
		||||
 ipv6 ospf6 dead-interval 10
 | 
			
		||||
!
 | 
			
		||||
interface r2-eth1
 | 
			
		||||
 ipv6 ospf6 area 0
 | 
			
		||||
 ipv6 ospf6 hello-interval 2
 | 
			
		||||
 ipv6 ospf6 dead-interval 10
 | 
			
		||||
!
 | 
			
		||||
router ospf6
 | 
			
		||||
 ospf6 router-id 10.254.254.2
 | 
			
		||||
 redistribute connected
 | 
			
		||||
!
 | 
			
		||||
							
								
								
									
										5
									
								
								tests/topotests/ospf6_ecmp_inter_area/r2/zebra.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								tests/topotests/ospf6_ecmp_inter_area/r2/zebra.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,5 @@
 | 
			
		||||
ipv6 forwarding
 | 
			
		||||
!
 | 
			
		||||
interface lo
 | 
			
		||||
 ipv6 address 2001:db8:2::1/64
 | 
			
		||||
!
 | 
			
		||||
							
								
								
									
										14
									
								
								tests/topotests/ospf6_ecmp_inter_area/r3/ospf6d.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								tests/topotests/ospf6_ecmp_inter_area/r3/ospf6d.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,14 @@
 | 
			
		||||
interface r3-eth0
 | 
			
		||||
 ipv6 ospf6 area 0
 | 
			
		||||
 ipv6 ospf6 hello-interval 2
 | 
			
		||||
 ipv6 ospf6 dead-interval 10
 | 
			
		||||
!
 | 
			
		||||
interface r3-eth1
 | 
			
		||||
 ipv6 ospf6 area 0
 | 
			
		||||
 ipv6 ospf6 hello-interval 2
 | 
			
		||||
 ipv6 ospf6 dead-interval 10
 | 
			
		||||
!
 | 
			
		||||
router ospf6
 | 
			
		||||
 ospf6 router-id 10.254.254.3
 | 
			
		||||
 redistribute connected
 | 
			
		||||
!
 | 
			
		||||
							
								
								
									
										5
									
								
								tests/topotests/ospf6_ecmp_inter_area/r3/zebra.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								tests/topotests/ospf6_ecmp_inter_area/r3/zebra.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,5 @@
 | 
			
		||||
ipv6 forwarding
 | 
			
		||||
!
 | 
			
		||||
interface lo
 | 
			
		||||
 ipv6 address 2001:db8:3::1/64
 | 
			
		||||
!
 | 
			
		||||
							
								
								
									
										14
									
								
								tests/topotests/ospf6_ecmp_inter_area/r4/ospf6d.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								tests/topotests/ospf6_ecmp_inter_area/r4/ospf6d.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,14 @@
 | 
			
		||||
interface r4-eth0
 | 
			
		||||
 ipv6 ospf6 area 0
 | 
			
		||||
 ipv6 ospf6 hello-interval 2
 | 
			
		||||
 ipv6 ospf6 dead-interval 10
 | 
			
		||||
!
 | 
			
		||||
interface r4-eth1
 | 
			
		||||
 ipv6 ospf6 area 0
 | 
			
		||||
 ipv6 ospf6 hello-interval 2
 | 
			
		||||
 ipv6 ospf6 dead-interval 10
 | 
			
		||||
!
 | 
			
		||||
router ospf6
 | 
			
		||||
 ospf6 router-id 10.254.254.4
 | 
			
		||||
 redistribute connected
 | 
			
		||||
!
 | 
			
		||||
							
								
								
									
										5
									
								
								tests/topotests/ospf6_ecmp_inter_area/r4/zebra.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								tests/topotests/ospf6_ecmp_inter_area/r4/zebra.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,5 @@
 | 
			
		||||
ipv6 forwarding
 | 
			
		||||
!
 | 
			
		||||
interface lo
 | 
			
		||||
 ipv6 address 2001:db8:4::1/64
 | 
			
		||||
!
 | 
			
		||||
							
								
								
									
										39
									
								
								tests/topotests/ospf6_ecmp_inter_area/r5/ospf6d.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								tests/topotests/ospf6_ecmp_inter_area/r5/ospf6d.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,39 @@
 | 
			
		||||
interface r5-eth0
 | 
			
		||||
 ipv6 ospf6 area 0
 | 
			
		||||
 ipv6 ospf6 hello-interval 2
 | 
			
		||||
 ipv6 ospf6 dead-interval 10
 | 
			
		||||
!
 | 
			
		||||
interface r5-eth1
 | 
			
		||||
 ipv6 ospf6 area 0
 | 
			
		||||
 ipv6 ospf6 hello-interval 2
 | 
			
		||||
 ipv6 ospf6 dead-interval 10
 | 
			
		||||
!
 | 
			
		||||
interface r5-eth2
 | 
			
		||||
 ipv6 ospf6 area 0
 | 
			
		||||
 ipv6 ospf6 hello-interval 2
 | 
			
		||||
 ipv6 ospf6 dead-interval 10
 | 
			
		||||
!
 | 
			
		||||
interface r5-eth3
 | 
			
		||||
 ipv6 ospf6 area 1
 | 
			
		||||
 ipv6 ospf6 hello-interval 2
 | 
			
		||||
 ipv6 ospf6 dead-interval 10
 | 
			
		||||
!
 | 
			
		||||
interface r5-eth4
 | 
			
		||||
 ipv6 ospf6 area 1
 | 
			
		||||
 ipv6 ospf6 hello-interval 2
 | 
			
		||||
 ipv6 ospf6 dead-interval 10
 | 
			
		||||
!
 | 
			
		||||
interface r5-eth5
 | 
			
		||||
 ipv6 ospf6 area 0
 | 
			
		||||
 ipv6 ospf6 hello-interval 2
 | 
			
		||||
 ipv6 ospf6 dead-interval 10
 | 
			
		||||
!
 | 
			
		||||
interface r5-eth6
 | 
			
		||||
 ipv6 ospf6 area 0
 | 
			
		||||
 ipv6 ospf6 hello-interval 2
 | 
			
		||||
 ipv6 ospf6 dead-interval 10
 | 
			
		||||
!
 | 
			
		||||
router ospf6
 | 
			
		||||
 ospf6 router-id 10.254.254.5
 | 
			
		||||
 redistribute connected
 | 
			
		||||
!
 | 
			
		||||
							
								
								
									
										5
									
								
								tests/topotests/ospf6_ecmp_inter_area/r5/zebra.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								tests/topotests/ospf6_ecmp_inter_area/r5/zebra.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,5 @@
 | 
			
		||||
ipv6 forwarding
 | 
			
		||||
!
 | 
			
		||||
interface lo
 | 
			
		||||
 ipv6 address 2001:db8:5::1/64
 | 
			
		||||
!
 | 
			
		||||
							
								
								
									
										9
									
								
								tests/topotests/ospf6_ecmp_inter_area/r6/ospf6d.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								tests/topotests/ospf6_ecmp_inter_area/r6/ospf6d.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,9 @@
 | 
			
		||||
interface r6-eth0
 | 
			
		||||
 ipv6 ospf6 area 1
 | 
			
		||||
 ipv6 ospf6 hello-interval 2
 | 
			
		||||
 ipv6 ospf6 dead-interval 10
 | 
			
		||||
!
 | 
			
		||||
router ospf6
 | 
			
		||||
 ospf6 router-id 10.254.254.6
 | 
			
		||||
 redistribute connected
 | 
			
		||||
!
 | 
			
		||||
							
								
								
									
										5
									
								
								tests/topotests/ospf6_ecmp_inter_area/r6/zebra.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								tests/topotests/ospf6_ecmp_inter_area/r6/zebra.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,5 @@
 | 
			
		||||
ipv6 forwarding
 | 
			
		||||
!
 | 
			
		||||
interface lo
 | 
			
		||||
 ipv6 address 2001:db8:6::1/64
 | 
			
		||||
!
 | 
			
		||||
							
								
								
									
										11
									
								
								tests/topotests/ospf6_ecmp_inter_area/r7/ospf6d.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								tests/topotests/ospf6_ecmp_inter_area/r7/ospf6d.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,11 @@
 | 
			
		||||
interface lo
 | 
			
		||||
 ipv6 ospf6 area 1
 | 
			
		||||
!
 | 
			
		||||
interface r7-eth0
 | 
			
		||||
 ipv6 ospf6 area 1
 | 
			
		||||
 ipv6 ospf6 hello-interval 2
 | 
			
		||||
 ipv6 ospf6 dead-interval 10
 | 
			
		||||
!
 | 
			
		||||
router ospf6
 | 
			
		||||
 ospf6 router-id 10.254.254.7
 | 
			
		||||
!
 | 
			
		||||
							
								
								
									
										5
									
								
								tests/topotests/ospf6_ecmp_inter_area/r7/zebra.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								tests/topotests/ospf6_ecmp_inter_area/r7/zebra.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,5 @@
 | 
			
		||||
ipv6 forwarding
 | 
			
		||||
!
 | 
			
		||||
interface lo
 | 
			
		||||
 ipv6 address 2001:db8:7::1/64
 | 
			
		||||
!
 | 
			
		||||
							
								
								
									
										9
									
								
								tests/topotests/ospf6_ecmp_inter_area/r8/ospf6d.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								tests/topotests/ospf6_ecmp_inter_area/r8/ospf6d.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,9 @@
 | 
			
		||||
interface r8-eth0
 | 
			
		||||
 ipv6 ospf6 area 0
 | 
			
		||||
 ipv6 ospf6 hello-interval 2
 | 
			
		||||
 ipv6 ospf6 dead-interval 10
 | 
			
		||||
!
 | 
			
		||||
router ospf6
 | 
			
		||||
 ospf6 router-id 10.254.254.8
 | 
			
		||||
 redistribute connected
 | 
			
		||||
!
 | 
			
		||||
							
								
								
									
										5
									
								
								tests/topotests/ospf6_ecmp_inter_area/r8/zebra.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								tests/topotests/ospf6_ecmp_inter_area/r8/zebra.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,5 @@
 | 
			
		||||
ipv6 forwarding
 | 
			
		||||
!
 | 
			
		||||
interface lo
 | 
			
		||||
 ipv6 address 2001:db8:8::1/64
 | 
			
		||||
!
 | 
			
		||||
							
								
								
									
										11
									
								
								tests/topotests/ospf6_ecmp_inter_area/r9/ospf6d.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								tests/topotests/ospf6_ecmp_inter_area/r9/ospf6d.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,11 @@
 | 
			
		||||
interface lo
 | 
			
		||||
 ipv6 ospf6 area 0
 | 
			
		||||
!
 | 
			
		||||
interface r9-eth0
 | 
			
		||||
 ipv6 ospf6 area 0
 | 
			
		||||
 ipv6 ospf6 hello-interval 2
 | 
			
		||||
 ipv6 ospf6 dead-interval 10
 | 
			
		||||
!
 | 
			
		||||
router ospf6
 | 
			
		||||
 ospf6 router-id 10.254.254.9
 | 
			
		||||
!
 | 
			
		||||
							
								
								
									
										5
									
								
								tests/topotests/ospf6_ecmp_inter_area/r9/zebra.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								tests/topotests/ospf6_ecmp_inter_area/r9/zebra.conf
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,5 @@
 | 
			
		||||
ipv6 forwarding
 | 
			
		||||
!
 | 
			
		||||
interface lo
 | 
			
		||||
 ipv6 address 2001:db8:9::1/64
 | 
			
		||||
!
 | 
			
		||||
@ -0,0 +1,207 @@
 | 
			
		||||
#!/usr/bin/env python
 | 
			
		||||
 | 
			
		||||
# test_ospf6_ecmp_inter_area.py
 | 
			
		||||
#
 | 
			
		||||
# Copyright (c) 2021, 2022 by Martin Buck
 | 
			
		||||
# Copyright (c) 2016 by
 | 
			
		||||
# Network Device Education Foundation, Inc. ("NetDEF")
 | 
			
		||||
#
 | 
			
		||||
# Permission to use, copy, modify, and/or distribute this software
 | 
			
		||||
# for any purpose with or without fee is hereby granted, provided
 | 
			
		||||
# that the above copyright notice and this permission notice appear
 | 
			
		||||
# in all copies.
 | 
			
		||||
#
 | 
			
		||||
# THE SOFTWARE IS PROVIDED "AS IS" AND NETDEF DISCLAIMS ALL WARRANTIES
 | 
			
		||||
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 | 
			
		||||
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NETDEF BE LIABLE FOR
 | 
			
		||||
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
 | 
			
		||||
# DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
 | 
			
		||||
# WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
 | 
			
		||||
# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
 | 
			
		||||
# OF THIS SOFTWARE.
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
"""
 | 
			
		||||
test_ospf6_ecmp_inter_area.py: Test OSPFv3 ECMP inter-area nexthop update
 | 
			
		||||
 | 
			
		||||
Check proper removal of ECMP nexthops after a path used by one nexthop
 | 
			
		||||
disappears. We remove a path by bringing down a link required by that
 | 
			
		||||
path which is not adjacent to the router being checked. This is important
 | 
			
		||||
because when bringing down adjacent links, the kernel might remove the
 | 
			
		||||
nexthops itself without ospf6d having to do anything.
 | 
			
		||||
 | 
			
		||||
Useful as a regression test for #9720.
 | 
			
		||||
 | 
			
		||||
Topology:
 | 
			
		||||
             .
 | 
			
		||||
      Area 0 . Area 1
 | 
			
		||||
             .
 | 
			
		||||
   -- R2 --  . ---- R6
 | 
			
		||||
  /        \ ./
 | 
			
		||||
R1 -- R3 -- R5 ---- R7  Area 1
 | 
			
		||||
  \        /  \\ ..............
 | 
			
		||||
   -- R4 --    \--- R8  Area 0
 | 
			
		||||
                \
 | 
			
		||||
                 -- R9
 | 
			
		||||
 | 
			
		||||
We check routes on R1, primarily those towards R6/7/8/9. Those to R6/7 are
 | 
			
		||||
inter-area routes with R5 being ABR, those to R8/9 are intra-area routes
 | 
			
		||||
and are used for reference. R6/R8 announce external routes, R7/R9 announce
 | 
			
		||||
internal routes.
 | 
			
		||||
 | 
			
		||||
With all links up, we expect 3 ECMP paths and 3 nexthops on R1 towards each
 | 
			
		||||
of R6/7/8/9. Then we bring down the R2-R5 link, causing only 2 remaining
 | 
			
		||||
paths and 2 nexthops on R1. The test is successful if the number of nexthops
 | 
			
		||||
for the routes on R1 is as expected.
 | 
			
		||||
"""
 | 
			
		||||
 | 
			
		||||
import os
 | 
			
		||||
import sys
 | 
			
		||||
from functools import partial
 | 
			
		||||
import pytest
 | 
			
		||||
 | 
			
		||||
# Save the Current Working Directory to find configuration files.
 | 
			
		||||
CWD = os.path.dirname(os.path.realpath(__file__))
 | 
			
		||||
sys.path.append(os.path.join(CWD, "../"))
 | 
			
		||||
 | 
			
		||||
# pylint: disable=C0413
 | 
			
		||||
# Import topogen and topotest helpers
 | 
			
		||||
from lib import topotest
 | 
			
		||||
from lib.topogen import Topogen, TopoRouter, get_topogen
 | 
			
		||||
from lib.topolog import logger
 | 
			
		||||
 | 
			
		||||
# Required to instantiate the topology builder class.
 | 
			
		||||
 | 
			
		||||
pytestmark = [pytest.mark.ospf6d]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def build_topo(tgen):
 | 
			
		||||
    "Build function"
 | 
			
		||||
 | 
			
		||||
    # Create 9 routers
 | 
			
		||||
    for routern in range(1, 10):
 | 
			
		||||
        tgen.add_router("r{}".format(routern))
 | 
			
		||||
 | 
			
		||||
    tgen.gears["r1"].add_link(tgen.gears["r2"])
 | 
			
		||||
    tgen.gears["r1"].add_link(tgen.gears["r3"])
 | 
			
		||||
    tgen.gears["r1"].add_link(tgen.gears["r4"])
 | 
			
		||||
    tgen.gears["r2"].add_link(tgen.gears["r5"])
 | 
			
		||||
    tgen.gears["r3"].add_link(tgen.gears["r5"])
 | 
			
		||||
    tgen.gears["r4"].add_link(tgen.gears["r5"])
 | 
			
		||||
    tgen.gears["r5"].add_link(tgen.gears["r6"])
 | 
			
		||||
    tgen.gears["r5"].add_link(tgen.gears["r7"])
 | 
			
		||||
    tgen.gears["r5"].add_link(tgen.gears["r8"])
 | 
			
		||||
    tgen.gears["r5"].add_link(tgen.gears["r9"])
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def setup_module(mod):
 | 
			
		||||
    "Sets up the pytest environment"
 | 
			
		||||
    tgen = Topogen(build_topo, mod.__name__)
 | 
			
		||||
    tgen.start_topology()
 | 
			
		||||
 | 
			
		||||
    router_list = tgen.routers()
 | 
			
		||||
    for rname, router in router_list.items():
 | 
			
		||||
        daemon_file = "{}/{}/zebra.conf".format(CWD, rname)
 | 
			
		||||
        if os.path.isfile(daemon_file):
 | 
			
		||||
            router.load_config(TopoRouter.RD_ZEBRA, daemon_file)
 | 
			
		||||
 | 
			
		||||
        daemon_file = "{}/{}/ospf6d.conf".format(CWD, rname)
 | 
			
		||||
        if os.path.isfile(daemon_file):
 | 
			
		||||
            router.load_config(TopoRouter.RD_OSPF6, daemon_file)
 | 
			
		||||
 | 
			
		||||
    # Initialize all routers.
 | 
			
		||||
    tgen.start_router()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def test_wait_protocol_convergence():
 | 
			
		||||
    "Wait for OSPFv3 to converge"
 | 
			
		||||
    tgen = get_topogen()
 | 
			
		||||
    if tgen.routers_have_failure():
 | 
			
		||||
        pytest.skip(tgen.errors)
 | 
			
		||||
 | 
			
		||||
    logger.info("waiting for protocols to converge")
 | 
			
		||||
 | 
			
		||||
    def expect_neighbor_full(router, neighbor):
 | 
			
		||||
        "Wait until OSPFv3 neighborship is full"
 | 
			
		||||
        logger.info("waiting for OSPFv3 router '{}' neighborship with '{}'".format(router, neighbor))
 | 
			
		||||
        test_func = partial(
 | 
			
		||||
            topotest.router_json_cmp,
 | 
			
		||||
            tgen.gears[router],
 | 
			
		||||
            "show ipv6 ospf6 neighbor json",
 | 
			
		||||
            {"neighbors": [{"neighborId": neighbor, "state": "Full"}]},
 | 
			
		||||
        )
 | 
			
		||||
        _, result = topotest.run_and_expect(test_func, None,
 | 
			
		||||
                                            count=130, wait=1)
 | 
			
		||||
        assertmsg = '"{}" convergence failure'.format(router)
 | 
			
		||||
        assert result is None, assertmsg
 | 
			
		||||
 | 
			
		||||
    expect_neighbor_full("r1", "10.254.254.2")
 | 
			
		||||
    expect_neighbor_full("r1", "10.254.254.3")
 | 
			
		||||
    expect_neighbor_full("r1", "10.254.254.4")
 | 
			
		||||
    expect_neighbor_full("r2", "10.254.254.1")
 | 
			
		||||
    expect_neighbor_full("r2", "10.254.254.5")
 | 
			
		||||
    expect_neighbor_full("r3", "10.254.254.1")
 | 
			
		||||
    expect_neighbor_full("r3", "10.254.254.5")
 | 
			
		||||
    expect_neighbor_full("r4", "10.254.254.1")
 | 
			
		||||
    expect_neighbor_full("r4", "10.254.254.5")
 | 
			
		||||
    expect_neighbor_full("r5", "10.254.254.2")
 | 
			
		||||
    expect_neighbor_full("r5", "10.254.254.3")
 | 
			
		||||
    expect_neighbor_full("r5", "10.254.254.4")
 | 
			
		||||
    expect_neighbor_full("r5", "10.254.254.6")
 | 
			
		||||
    expect_neighbor_full("r5", "10.254.254.7")
 | 
			
		||||
    expect_neighbor_full("r5", "10.254.254.8")
 | 
			
		||||
    expect_neighbor_full("r5", "10.254.254.9")
 | 
			
		||||
    expect_neighbor_full("r6", "10.254.254.5")
 | 
			
		||||
    expect_neighbor_full("r7", "10.254.254.5")
 | 
			
		||||
    expect_neighbor_full("r8", "10.254.254.5")
 | 
			
		||||
    expect_neighbor_full("r9", "10.254.254.5")
 | 
			
		||||
 | 
			
		||||
def test_ecmp_inter_area():
 | 
			
		||||
    "Test whether OSPFv3 ECMP nexthops are properly updated for inter-area routes after link down"
 | 
			
		||||
    tgen = get_topogen()
 | 
			
		||||
    if tgen.routers_have_failure():
 | 
			
		||||
        pytest.skip(tgen.errors)
 | 
			
		||||
 | 
			
		||||
    def num_nexthops(router):
 | 
			
		||||
        routes = tgen.gears[router].vtysh_cmd("show ipv6 ospf6 route json", isjson=True)
 | 
			
		||||
        route_prefixes_infos = sorted(routes.get("routes", {}).items())
 | 
			
		||||
        return [len(ri.get("nextHops", [])) for rp, ri in route_prefixes_infos]
 | 
			
		||||
 | 
			
		||||
    def expect_num_nexthops(router, expected_num_nexthops, count):
 | 
			
		||||
        "Wait until number of nexthops for routes matches expectation"
 | 
			
		||||
        logger.info("waiting for OSPFv3 router '{}' nexthops {}".format(router, expected_num_nexthops))
 | 
			
		||||
        test_func = partial(num_nexthops, router)
 | 
			
		||||
        _, result = topotest.run_and_expect(test_func, expected_num_nexthops,
 | 
			
		||||
                                            count=count, wait=3)
 | 
			
		||||
        assert result == expected_num_nexthops, \
 | 
			
		||||
               "'{}' wrong number of route nexthops".format(router)
 | 
			
		||||
 | 
			
		||||
    # Check nexthops pre link-down
 | 
			
		||||
    expect_num_nexthops("r1", [1, 1, 1, 3, 3, 3, 3, 3], 4)
 | 
			
		||||
 | 
			
		||||
    logger.info("triggering R2-R4 link down")
 | 
			
		||||
    tgen.gears["r2"].run("ip link set r2-eth1 down")
 | 
			
		||||
 | 
			
		||||
    #tgen.mininet_cli()
 | 
			
		||||
    # Check nexthops post link-down
 | 
			
		||||
    expect_num_nexthops("r1", [1, 1, 1, 2, 2, 2, 2, 2], 8)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def teardown_module(_mod):
 | 
			
		||||
    "Teardown the pytest environment"
 | 
			
		||||
    tgen = get_topogen()
 | 
			
		||||
    tgen.stop_topology()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def test_memory_leak():
 | 
			
		||||
    "Run the memory leak test and report results."
 | 
			
		||||
    tgen = get_topogen()
 | 
			
		||||
    if not tgen.is_memleak_enabled():
 | 
			
		||||
        pytest.skip("Memory leak test/report is disabled")
 | 
			
		||||
 | 
			
		||||
    tgen.report_memory_leaks()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
if __name__ == "__main__":
 | 
			
		||||
    args = ["-s"] + sys.argv[1:]
 | 
			
		||||
    sys.exit(pytest.main(args))
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user