mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 21:47:15 +02:00
9 lines
109 B
Python
9 lines
109 B
Python
![]() |
import frrtest
|
||
|
|
||
|
|
||
|
class TestDarr(frrtest.TestMultiOut):
|
||
|
program = "./test_darr"
|
||
|
|
||
|
|
||
|
TestDarr.exit_cleanly()
|