mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 14:02:47 +00:00
9 lines
127 B
Python
9 lines
127 B
Python
import frrtest
|
|
|
|
|
|
class TestVersionCmp(frrtest.TestMultiOut):
|
|
program = "./test_versioncmp"
|
|
|
|
|
|
TestVersionCmp.exit_cleanly()
|