Skip failing tests affected by minimum password age
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
3 files changed