mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-11-04 03:29:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			211 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			211 B
		
	
	
	
		
			Python
		
	
	
	
	
	
import frrtest
 | 
						|
 | 
						|
 | 
						|
class TestMpath(frrtest.TestMultiOut):
 | 
						|
    program = "./test_mpath"
 | 
						|
 | 
						|
 | 
						|
TestMpath.okfail("bgp maximum-paths config")
 | 
						|
TestMpath.okfail("bgp_mp_list")
 | 
						|
TestMpath.okfail("bgp_path_info_mpath_update")
 |