diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-01-27 23:27:28 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-01-31 14:14:51 +0100 |
commit | 4c90458fecd80ca52b0910f0ae24af1ba897aab3 (patch) | |
tree | eced18ecb7fbe296e408d5bb31237f0e40c56ae6 | |
parent | 925e46155cea309083fa123bd7bf9c0ac78f56be (diff) |
Allow running latest tempest_full
It allows running test_user_update_own_password [1]
[1] http://artifacts.opnfv.org/functest/functest-opnfv-functest-components-latest-tempest_full-run-8/results/tempest_full/tempest-report.html
Change-Id: I9f273ba58871f1e16886af623dcbb91f5c20c2f6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 9cd8ca6db84fd80f17b2d9c37d66d6a861130e7a)
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml index baf7db60a..fbf5ff22f 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -2,9 +2,14 @@ compute-feature-enabled: shelve: false vnc_console: false +identity: + user_unique_last_password_count: 2 + user_lockout_duration: 10 + user_lockout_failure_attempts: 2 identity-feature-enabled: api_v2: false api_v2_admin: false + security_compliance: true image-feature-enabled: api_v2: true api_v1: false |