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-28 17:04:20 +0100 |
commit | 9cd8ca6db84fd80f17b2d9c37d66d6a861130e7a (patch) | |
tree | 2e8343fd8710b01c04e0a6ffd36d0b5ffb3136d9 | |
parent | 94e3e8f19e0363fd6b1abf021928c0fcbed45b3f (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>
-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 |