diff options
| author | Christian Hopps <chopps@labn.net> | 2025-02-17 03:59:38 +0000 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2025-02-26 13:38:42 +0000 |
| commit | bce25cf43bca7b5bddd7126ab16e9018d8c9dbfa (patch) | |
| tree | 79a37c3c34c6dd0e2550f031ab543617899ff0bd /tests/lib/northbound/test_oper_exists.py | |
| parent | 656c4692a0f1bef9c213dda465d17a5455ea9b3a (diff) | |
tests: add oper test using existing libyang state tree
Signed-off-by: Christian Hopps <chopps@labn.net>
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" |
