mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-11-04 10:07:04 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			196 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			196 B
		
	
	
	
		
			Python
		
	
	
	
	
	
import frrtest
 | 
						|
 | 
						|
 | 
						|
class TestNexthopIter(frrtest.TestMultiOut):
 | 
						|
    program = "./test_nexthop_iter"
 | 
						|
 | 
						|
 | 
						|
TestNexthopIter.onesimple("Simple test passed.")
 | 
						|
TestNexthopIter.onesimple("PRNG test passed.")
 |