diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2019-01-28 17:06:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-01-28 17:06:43 +0000 |
commit | c439221b3ea2880465fb3a26a41be735791c59f9 (patch) | |
tree | d861dcfddf0ac5281764803fe85607942377b277 | |
parent | c9b7fe1da2432581d30bb166d381ac72fce33e97 (diff) | |
parent | 9cd8ca6db84fd80f17b2d9c37d66d6a861130e7a (diff) |
Merge "Allow running latest tempest_full"
-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 |