summaryrefslogtreecommitdiff
path: root/tests/zebra/test_lm_plugin.py
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2021-01-08 20:57:25 -0300
committerGitHub <noreply@github.com>2021-01-08 20:57:25 -0300
commitdc70c83afacac24c930b92e9d0c524172918ece2 (patch)
treea43bb92e68138e345d93cf10a339d2493ca9d848 /tests/zebra/test_lm_plugin.py
parentebaf5fe92d617eb04dd5d187568c99f34a7f4a1a (diff)
parentcdb2af427ab93cd45f21a6fc55fc19e52d83bc1d (diff)
Merge pull request #7816 from pjdruddy/revert_labelmanager_statics
Revert labelmanager statics
Diffstat (limited to 'tests/zebra/test_lm_plugin.py')
-rw-r--r--tests/zebra/test_lm_plugin.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/zebra/test_lm_plugin.py b/tests/zebra/test_lm_plugin.py
new file mode 100644
index 0000000000..bf4f3cef91
--- /dev/null
+++ b/tests/zebra/test_lm_plugin.py
@@ -0,0 +1,5 @@
+import frrtest
+
+
+class TestLmplugin(frrtest.TestRefOut):
+ program = "./test_lm_plugin"