File diff 08bb61e26c68 → c26fda98ff72
roles/xmpp_server/molecule/default/tests/test_default.py
Show inline comments
 
@@ -10,7 +10,7 @@ testinfra_hosts += testinfra.utils.ansible_runner.AnsibleRunner(
 
    os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('deprecated')
 

	
 

	
 
def test_supporting_packages_installed(host):
 
def test_installed_packages(host):
 
    """
 
    Tests if all the necessary supporting packages have been
 
    installed.
 
@@ -19,6 +19,7 @@ def test_supporting_packages_installed(host):
 
    assert host.package('python-apt').is_installed
 
    assert host.package('lua-ldap').is_installed
 
    assert host.package('prosody-modules').is_installed
 
    assert host.package('prosody').is_installed
 

	
 

	
 
def test_prosody_user(host):