8e25ee6 ipatests/test_integration/test_backup_and_restore.py: No clean master uninstall

1 file Authored by twoerner 5 years ago, Committed by cheimes 5 years ago,
    ipatests/test_integration/test_backup_and_restore.py: No clean master uninstall
    
    test_replica_install_after_restore is calling tasks.uninstall_master which
    is disabling the firewall services for freeipa. The following ipa-restore
    call is not reapplying the firewall settings. Calling tasks.uninstall_master
    with clean=False will disable the firewall cleanup.
    
    See: https://pagure.io/freeipa/issue/7755
    Signed-off-by: Thomas Woerner <twoerner@redhat.com>
    Reviewed-By: Christian Heimes <cheimes@redhat.com>