summaryrefslogtreecommitdiffstats
path: root/tests/lib/test_idalloc.py
blob: e2186dc521a631da9f4c06c71ce77d15bfd93d00 (plain)
1
2
3
4
5
6
7
8
import frrtest


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


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