The nightly test test_graceperiod_not_replicated is failing in [testing_master_previous] Nightly PR #1757 with an error
test_graceperiod_not_replicated
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", ], ) test_integration/test_pwpolicy.py:315 ... E subprocess.CalledProcessError: Command '['ipa', 'pwpolicy-mod', 'test', '--gracelimit', '3']' pytest_ipa/integration/host.py:202: CalledProcessError ----------------------------- Captured stderr call ----------------------------- ipa: ERROR: stderr: ipa: ERROR: no modifications to be performedreturned non-zero exit status 1.
full report
@mpolovka This is a duplicate of https://pagure.io/freeipa/issue/9167, which already got fixed in the master and ipa-4-9 branches. PR1757 was executed last Friday and the fix was merged later the same day.
Closing as duplicate.
Metadata Update from @frenaud: - Issue close_status updated to: duplicate - Issue status updated to: Closed (was: Open)