File diff 220f30ece4bf → 9a06395ab828
roles/common/molecule/default/tests/test_parameters_mandatory.py
Show inline comments
 
@@ -50,18 +50,6 @@ def test_ssh_login_mechanisms(host):
 
        assert err.allowed_types == ['publickey']
 

	
 

	
 
def test_mariadb_mysql_config_symlink(host):
 
    """
 
    Tests if symbolic link has been set-up for mariadb_config binary to be
 
    accessible as mysql_config as well. (should not be present with just
 
    mandatory options set).
 
    """
 

	
 
    mysql_config = host.file('/usr/bin/mysql_config')
 

	
 
    assert not mysql_config.exists
 

	
 

	
 
def test_emacs_electric_indent_mode(host):
 
    """
 
    Tests if Emacs electric indent mode has been disabled via custom