8 lines
109 B
Python
8 lines
109 B
Python
import frrtest
|
|
|
|
|
|
class TestDarr(frrtest.TestMultiOut):
|
|
program = "./test_darr"
|
|
|
|
|
|
TestDarr.exit_cleanly()
|