]> git.proxmox.com Git - mirror_frr.git/blame - tests/lib/test_idalloc.py
Merge pull request #5083 from zays26/feature/vtysh-master
[mirror_frr.git] / tests / lib / test_idalloc.py
CommitLineData
a94eca09
MS
1import frrtest
2
3class TestIDAlloc(frrtest.TestMultiOut):
4 program = './test_idalloc'
5
6TestIDAlloc.onesimple('ID Allocator test successful.')