9 lines
127 B
Python
9 lines
127 B
Python
|
import frrtest
|
||
|
|
||
|
|
||
|
class TestVersionCmp(frrtest.TestMultiOut):
|
||
|
program = "./test_versioncmp"
|
||
|
|
||
|
|
||
|
TestVersionCmp.exit_cleanly()
|