mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-11-04 15:30:26 +00:00 
			
		
		
		
	Merge pull request #6825 from kuldeepkash/evpn_type2_tests
tests: Skipping evpn_type5_test_topo1 tests from CI runs
This commit is contained in:
		
						commit
						dca30d85fb
					
				@ -22,7 +22,6 @@
 | 
			
		||||
 | 
			
		||||
"""
 | 
			
		||||
Following tests are covered to test EVPN-Type5 functionality:
 | 
			
		||||
 | 
			
		||||
1. In absence of an overlay index all IP-Prefixes(RT-5)
 | 
			
		||||
    are advertised with default values for below parameters:
 | 
			
		||||
        --> Ethernet Tag ID = GW IP address = ESI=0
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
# Skip pytests example directory
 | 
			
		||||
[pytest]
 | 
			
		||||
norecursedirs = .git example-test example-topojson-test lib docker
 | 
			
		||||
norecursedirs = .git example-test example-topojson-test lib docker evpn_type5_test_topo1
 | 
			
		||||
 | 
			
		||||
[topogen]
 | 
			
		||||
# Default configuration values
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user