]> git.proxmox.com Git - mirror_frr.git/blob - tests/lib/test_idalloc.py
Merge pull request #8976 from ton31337/fix/bgp_dest_unlock_node
[mirror_frr.git] / tests / lib / test_idalloc.py
1 import frrtest
2
3
4 class TestIDAlloc(frrtest.TestMultiOut):
5 program = "./test_idalloc"
6
7
8 TestIDAlloc.onesimple("ID Allocator test successful.")