summaryrefslogtreecommitdiff
path: root/tests/lib/test_idalloc.py
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-11-13 09:20:22 -0500
committerGitHub <noreply@github.com>2018-11-13 09:20:22 -0500
commitbddea5fdf87832021d00b43afa1439ce0102a1e5 (patch)
treea371a9c84247c60cc1d19b8bea45bd213eecd1f1 /tests/lib/test_idalloc.py
parente3b775dd9ca6b65b6ac3d6b4c58638b4121306a6 (diff)
parentdcc68b5e2a598a180b370163a7022324a9b5da96 (diff)
Merge pull request #3051 from mitch-skiba/addpath_change_V1
Addpath - Reuse IDs
Diffstat (limited to 'tests/lib/test_idalloc.py')
-rw-r--r--tests/lib/test_idalloc.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/lib/test_idalloc.py b/tests/lib/test_idalloc.py
new file mode 100644
index 0000000000..22de082be4
--- /dev/null
+++ b/tests/lib/test_idalloc.py
@@ -0,0 +1,6 @@
+import frrtest
+
+class TestIDAlloc(frrtest.TestMultiOut):
+ program = './test_idalloc'
+
+TestIDAlloc.onesimple('ID Allocator test successful.')