summaryrefslogtreecommitdiff
path: root/tests/lib/test_frrlua.py
diff options
context:
space:
mode:
authorDonald Lee <dlqs@gmx.com>2021-06-20 06:42:12 +0800
committerDonald Lee <dlqs@gmx.com>2021-06-23 00:58:39 +0800
commite06feaf8fe71922897e4b2732962a387d3c421f8 (patch)
tree74bdf732914289ddd22e5ff61c2a1fc7bfc06282 /tests/lib/test_frrlua.py
parent62510c0948d75512c8aa3debaebc960d1500c823 (diff)
tests: Add unit test for lua encoders/decoders
Signed-off-by: Donald Lee <dlqs@gmx.com>
Diffstat (limited to 'tests/lib/test_frrlua.py')
-rw-r--r--tests/lib/test_frrlua.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/lib/test_frrlua.py b/tests/lib/test_frrlua.py
new file mode 100644
index 0000000000..e4943f9ae2
--- /dev/null
+++ b/tests/lib/test_frrlua.py
@@ -0,0 +1,8 @@
+import frrtest
+
+
+class TestFrrlua(frrtest.TestMultiOut):
+ program = "./test_frrlua"
+
+
+TestFrrlua.exit_cleanly()