diff options
Diffstat (limited to 'tests/lib/cli/test_cli.py')
| -rw-r--r-- | tests/lib/cli/test_cli.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/cli/test_cli.py b/tests/lib/cli/test_cli.py new file mode 100644 index 0000000000..e3c31c2d91 --- /dev/null +++ b/tests/lib/cli/test_cli.py @@ -0,0 +1,4 @@ +import frrtest + +class TestCli(frrtest.TestRefOut): + program = './test_cli' |
