]> git.proxmox.com Git - mirror_frr.git/blame_incremental - tests/lib/test_idalloc.py
*: Convert event.h to frrevent.h
[mirror_frr.git] / tests / lib / test_idalloc.py
... / ...
CommitLineData
1import frrtest
2
3
4class TestIDAlloc(frrtest.TestMultiOut):
5 program = "./test_idalloc"
6
7
8TestIDAlloc.onesimple("ID Allocator test successful.")