diff options
Diffstat (limited to 'tests/lib/northbound/test_oper_data.py')
-rw-r--r-- | tests/lib/northbound/test_oper_data.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/lib/northbound/test_oper_data.py b/tests/lib/northbound/test_oper_data.py new file mode 100644 index 0000000..a02bf05 --- /dev/null +++ b/tests/lib/northbound/test_oper_data.py @@ -0,0 +1,5 @@ +import frrtest + + +class TestNbOperData(frrtest.TestRefOut): + program = "./test_oper_data" |