forked from Mirror/frr
9 lines
115 B
Python
9 lines
115 B
Python
import frrtest
|
|
|
|
|
|
class TestFrrlua(frrtest.TestMultiOut):
|
|
program = "./test_frrlua"
|
|
|
|
|
|
TestFrrlua.exit_cleanly()
|