File diff 6bb8ed6d6443 → d752715bb533
roles/backup_client/molecule/default/tests/test_default.py
Show inline comments
 
@@ -129,7 +129,7 @@ def test_exclude_file(host):
 
        assert exclude.user == 'root'
 
        assert exclude.group == 'root'
 
        assert exclude.mode == 0o600
 
        assert exclude.content == "- **"
 
        assert exclude.content_string == "- **"
 

	
 

	
 
def test_pre_backup_script_directory(host):
 
@@ -171,7 +171,7 @@ def test_cron_entry(host):
 
    assert cron.user == 'root'
 
    assert cron.group == 'root'
 
    assert cron.mode == 0o644
 
    assert cron.content == "#Ansible: backup\n0 2 * * * root /usr/bin/duply main backup\n"
 
    assert cron.content_string == "#Ansible: backup\n0 2 * * * root /usr/bin/duply main backup\n"
 

	
 

	
 
def test_duply_include_file(host):