From cbbf41cbb3cb8de05f21969dc497412c82573025 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Fri, 3 Feb 2017 16:58:58 +0100 Subject: tests: add pytest testrunners Signed-off-by: Christian Franke --- tests/lib/cli/test_cli.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/lib/cli/test_cli.py (limited to 'tests/lib/cli/test_cli.py') 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' -- cgit v1.2.3