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