diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-11-13 09:20:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-13 09:20:22 -0500 |
| commit | bddea5fdf87832021d00b43afa1439ce0102a1e5 (patch) | |
| tree | a371a9c84247c60cc1d19b8bea45bd213eecd1f1 /tests/lib/test_idalloc.py | |
| parent | e3b775dd9ca6b65b6ac3d6b4c58638b4121306a6 (diff) | |
| parent | dcc68b5e2a598a180b370163a7022324a9b5da96 (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.py | 6 |
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.') |
