The test test_backup_and_restore.py::TestBackupAndRestore::()::test_full_backup_and_restore_with_selinux_booleans_off is failing since we are using the new VM template ci-master-f29 v 0.2.1 which has SELinux disabled.
See test report.
The test fails in
result = self.master.run_command([ 'getsebool', 'httpd_can_network_connect', > 'httpd_manage_ipa', ])
with the following output:
E subprocess.CalledProcessError: Command '['getsebool', 'httpd_can_network_connect', 'httpd_manage_ipa']' returned non-zero exit status 1.
Test should either succeed or be skipped.
master branch on 05-Jun-2019
As the test is calling getsebool on a system with SELinux disabled, the command fails. The test should rather be skipped on such an environment.
Metadata Update from @frenaud: - Issue assigned to frenaud
Metadata Update from @frenaud: - Issue set to the milestone: FreeIPA 4.7.3 - Issue tagged with: test-failure, tests
Metadata Update from @frenaud: - Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/3241
Metadata Update from @frenaud: - Issue set to the milestone: FreeIPA 4.8 (was: FreeIPA 4.7.3)
Also failing in ipa-4-7 branch, hence setting the milestone to 4.7.3.
Metadata Update from @frenaud: - Issue set to the milestone: FreeIPA 4.7.3 (was: FreeIPA 4.8)
Changing milestone to 4.6.6 because lalso affects that branch.
Metadata Update from @rcritten: - Issue set to the milestone: FreeIPA 4.6.6 (was: FreeIPA 4.7.3)
master:
ipa-4-6:
Metadata Update from @fcami: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
ipa-4-7:
Log in to comment on this ticket.