Exemplo n.º 1
0
def test():
    """Tests for the existence of the ansible program."""
    minimum_version = "1.4.0"
    util.module_version_check(minimum_version, "ansible")
Exemplo n.º 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")
Exemplo n.º 3
0
def test():
    """Tests for the existence of the boto library."""
    minimum_version = "2.8.0"
    util.module_version_check(minimum_version, "boto")