]> git.proxmox.com Git - mirror_frr.git/commit
topotest: add version comparison function
authorRafael Zalamena <rzalamena@gmail.com>
Fri, 14 Jul 2017 17:00:52 +0000 (14:00 -0300)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:11 +0000 (20:22 -0500)
commit4190fe1ef148c4627524b77419b7d940b088c4af
tree61fa4daa6782c6ee872c852dcd105c929e207e69
parentf7840f6bdfba174107344b4c723af126b9397dcf
topotest: add version comparison function

Implemented a version comparison function that tells if a version
contained in a string is greater/less/equal to another.
tests/topotests/lib/test/test_version.py [new file with mode: 0644]
tests/topotests/lib/topotest.py