mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-11-03 08:13:19 +00:00 
			
		
		
		
	Add a nexthop unit test module, just exercising the 'basic' comparison api for now. Signed-off-by: Mark Stapp <mjs@voltanet.io>
		
			
				
	
	
		
			9 lines
		
	
	
		
			144 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			144 B
		
	
	
	
		
			Python
		
	
	
	
	
	
import frrtest
 | 
						|
 | 
						|
 | 
						|
class TestNexthopIter(frrtest.TestMultiOut):
 | 
						|
    program = "./test_nexthop"
 | 
						|
 | 
						|
 | 
						|
TestNexthopIter.onesimple("Simple test passed.")
 |