SatelliteQE / automation-tools

A set of tools to help to automate testing Foreman with Robottelo (https://github.com/SatelliteQE/robottelo)
GNU General Public License v3.0
16 stars 33 forks source link

Add smart sat_version comparisons #828

Closed lpramuk closed 4 years ago

lpramuk commented 4 years ago

version('6.7.0') < version(6.11) < version('nightly')

smart comparisons is done by comparing tuples (6, 7, 0) < (6, 11) < (9999,)
(9999 is alias for nightly)