File diff 006503f72411 → cd0056b93cda
roles/backup_server/molecule/default/tests/test_default.py
Show inline comments
 
@@ -105,13 +105,6 @@ def test_backup_ssh_server_keys(host):
 

	
 
    with host.sudo():
 

	
 
        dsa = host.file('/etc/ssh-backup/ssh_host_dsa_key')
 
        assert dsa.is_file
 
        assert dsa.user == 'root'
 
        assert dsa.group == 'root'
 
        assert dsa.mode == 0o600
 
        assert dsa.content_string == open('tests/data/ssh/server_dsa', 'r').read()
 

	
 
        rsa = host.file('/etc/ssh-backup/ssh_host_rsa_key')
 
        assert rsa.is_file
 
        assert rsa.user == 'root'