The nightly test test_integration/test_pwpolicy.py::TestPWPolicy::test_graceperiod_not_replicated is failing, see for instance PR# 1751 with the following report and logs:
def test_graceperiod_not_replicated(self): """Test that the grace period is reset on password reset""" str(self.master.domain.basedn) dn = "uid={user},cn=users,cn=accounts,{base_dn}".format( user=USER, base_dn=str(self.master.domain.basedn)) > self.master.run_command( ["ipa", "pwpolicy-mod", POLICY, "--gracelimit", "3", ], ) --------------------- E subprocess.CalledProcessError: Command '['ipa', 'pwpolicy-mod', 'test', '--gracelimit', '3']' returned non-zero exit status 1. pytest_ipa/integration/host.py:202: CalledProcessError ----------------------------- Captured stderr call ----------------------------- ipa: ERROR: stderr: ipa: ERROR: no modifications to be performed
Metadata Update from @amore: - Issue tagged with: test-failure, tests
The policy-mod fails with:
ipa: ERROR: stderr: ipa: ERROR: no modifications to be performed
Metadata Update from @rcritten: - Issue assigned to rcritten
https://github.com/freeipa/freeipa/pull/6282
Reproducible in testing_master_latest PR 1752 Report
testing_master_latest
master:
ipa-4-9:
Metadata Update from @frenaud: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)