mirror of
https://github.com/FRRouting/frr.git
synced 2025-05-01 05:57:15 +02:00
9 lines
124 B
Python
9 lines
124 B
Python
import frrtest
|
|
|
|
|
|
class TestFrrscript(frrtest.TestMultiOut):
|
|
program = "./test_frrscript"
|
|
|
|
|
|
TestFrrscript.exit_cleanly()
|