forked from Mirror/frr
7 lines
117 B
Python
7 lines
117 B
Python
![]() |
import frrtest
|
||
|
|
||
|
class TestOspfSPF(frrtest.TestMultiOut):
|
||
|
program = './test_ospf_spf'
|
||
|
|
||
|
TestOspfSPF.exit_cleanly()
|