File diff 6bb8ed6d6443 → d752715bb533
roles/database_server/molecule/default/tests/test_default.py
Show inline comments
 
@@ -55,8 +55,8 @@ def test_root_my_cnf(host):
 
        assert my_cnf.user == 'root'
 
        assert my_cnf.group == 'root'
 
        assert my_cnf.mode == 0o400
 
        assert "user=root" in my_cnf.content
 
        assert "password=root_password" in my_cnf.content
 
        assert "user=root" in my_cnf.content_string
 
        assert "password=root_password" in my_cnf.content_string
 

	
 

	
 
def test_root_my_cnf_login(host):