frr/tests/lib/test_frrscript.py
Donald Lee 1e0e4d2355 tests: Add unit test for lua scripting
Signed-off-by: Donald Lee <dlqs@gmx.com>
2021-06-23 00:58:04 +08:00

9 lines
124 B
Python

import frrtest
class TestFrrscript(frrtest.TestMultiOut):
program = "./test_frrscript"
TestFrrscript.exit_cleanly()