From 2c7cac91ed6e7db0f6937923d2b57f97dbdbc337 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:53:30 +0200 Subject: Adding upstream version 8.4.4. Signed-off-by: Daniel Baumann --- tests/lib/test_idalloc.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/lib/test_idalloc.py (limited to 'tests/lib/test_idalloc.py') diff --git a/tests/lib/test_idalloc.py b/tests/lib/test_idalloc.py new file mode 100644 index 0000000..e2186dc --- /dev/null +++ b/tests/lib/test_idalloc.py @@ -0,0 +1,8 @@ +import frrtest + + +class TestIDAlloc(frrtest.TestMultiOut): + program = "./test_idalloc" + + +TestIDAlloc.onesimple("ID Allocator test successful.") -- cgit v1.2.3