diff options
Diffstat (limited to 'tests/ospfd/test_ospf_spf.py')
-rw-r--r-- | tests/ospfd/test_ospf_spf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ospfd/test_ospf_spf.py b/tests/ospfd/test_ospf_spf.py new file mode 100644 index 0000000..92a1c6a --- /dev/null +++ b/tests/ospfd/test_ospf_spf.py @@ -0,0 +1,4 @@ +import frrtest + +class TestOspfSPF(frrtest.TestRefOut): + program = './test_ospf_spf' |