示例#1
0
def test():
    """Tests for the existence of the ansible program."""
    minimum_version = "1.4.0"
    util.module_version_check(minimum_version, "ansible")
示例#2
0
def library_test():
    """Tests for the existence of the vagrant python library."""
    minimum_version = "0.4.0"
    util.module_version_check(minimum_version, "vagrant", "python-vagrant")
示例#3
0
def test():
    """Tests for the existence of the boto library."""
    minimum_version = "2.8.0"
    util.module_version_check(minimum_version, "boto")