702f0befce
Some identity api tests are failing, when keystone parameter minimum_password_age is set to value greater than 0. It causes inability to update user's password more than once per test suite. As in this test suite it is required total of four times, this patch suggests skipping these tests to avoid complicated workaround. This bug has been discussed in several patches [1][2]. Additionaly, config option for user_minimum_password_age is added into tempest/config.py, to allow users to work with this keystone parameter. [1] https://review.opendev.org/c/openstack/tempest/+/806671 [2] https://review.opendev.org/c/openstack/tempest/+/838726 Related-Bug: #1946459 Change-Id: I418e4001b0aa27f10a78f3490cc233293c30c274
9 lines
307 B
YAML
9 lines
307 B
YAML
---
|
|
features:
|
|
- |
|
|
Adding a new config option `[identity]/user_minimum_password_age`
|
|
which allows to specify the number of days that a password must
|
|
be used before the user can change it. For this option to take
|
|
effect, identity-feature-enabled.security_compliance must be set
|
|
to True.
|