summaryrefslogtreecommitdiff
path: root/tests/lib/test_idalloc.py
blob: 22de082be40c25c5f9b21f88c2ba61b7033ce0fa (plain)
1
2
3
4
5
6
import frrtest

class TestIDAlloc(frrtest.TestMultiOut):
    program = './test_idalloc'

TestIDAlloc.onesimple('ID Allocator test successful.')