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