diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2021-01-08 20:57:25 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-08 20:57:25 -0300 |
| commit | dc70c83afacac24c930b92e9d0c524172918ece2 (patch) | |
| tree | a43bb92e68138e345d93cf10a339d2493ca9d848 /tests/zebra/test_lm_plugin.py | |
| parent | ebaf5fe92d617eb04dd5d187568c99f34a7f4a1a (diff) | |
| parent | cdb2af427ab93cd45f21a6fc55fc19e52d83bc1d (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.py | 5 |
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" |
