mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-10-31 20:23:36 +00:00 
			
		
		
		
	 403e26cd03
			
		
	
	
		403e26cd03
		
	
	
	
	
		
			
			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.")
 |