mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-02 21:06:01 +00:00

This just compares 2 version strings. Signed-off-by: David Lamparter <equinox@diac24.net>
7 lines
125 B
Python
7 lines
125 B
Python
import frrtest
|
|
|
|
class TestVersionCmp(frrtest.TestMultiOut):
|
|
program = './test_versioncmp'
|
|
|
|
TestVersionCmp.exit_cleanly()
|