summaryrefslogtreecommitdiff
path: root/tests/lib/test_darr.py
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2023-12-29 07:08:30 +0200
committerGitHub <noreply@github.com>2023-12-29 07:08:30 +0200
commit353ee7bb819d5f06a180a1d062b47006456a98c7 (patch)
treeafcd3eff7e5ddd881681fe0ac213ea419640751c /tests/lib/test_darr.py
parent080299fe10b7434602b8e419aa4283e4312cf587 (diff)
parentf7258386dba9100f399207a1ab2aa2b90111b364 (diff)
Merge pull request #14492 from LabNConsulting/oper-state
oper state
Diffstat (limited to 'tests/lib/test_darr.py')
-rw-r--r--tests/lib/test_darr.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/lib/test_darr.py b/tests/lib/test_darr.py
new file mode 100644
index 0000000000..dea3bdf785
--- /dev/null
+++ b/tests/lib/test_darr.py
@@ -0,0 +1,8 @@
+import frrtest
+
+
+class TestDarr(frrtest.TestMultiOut):
+ program = "./test_darr"
+
+
+TestDarr.exit_cleanly()