summaryrefslogtreecommitdiffstats
path: root/tools/files
diff options
context:
space:
mode:
authorJames Gu <james.gu@att.com>2020-12-21 16:15:40 -0800
committerJames Gu <james.gu@att.com>2021-01-12 22:12:18 -0800
commitd52798aa81994811a17883d600ef22d803782c87 (patch)
treed6745eba3f815c35fe8d762a22e862da35554a5e /tools/files
parentb6beb07568755dae162b25b5efbfce8c5ac0f235 (diff)
keystone tempest full test case fixes
Added domain specific driver in tempest conf Adjusted user account security enhancement configurations pull the upstream rbac adjustment for cntt Signed-off-by: James Gu <james.gu@att.com> Change-Id: I4cc8110b94ac55bc5c065e28c6df67025836a288
Diffstat (limited to 'tools/files')
-rw-r--r--tools/files/tempest_conf.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/files/tempest_conf.yaml b/tools/files/tempest_conf.yaml
index d5431ac..294bd81 100644
--- a/tools/files/tempest_conf.yaml
+++ b/tools/files/tempest_conf.yaml
@@ -1,6 +1,7 @@
---
auth:
- tempest_roles: admin_keystone_read
+# tempest_roles: admin_keystone_read
+ use_dynamic_credentials: True
compute:
max_microversion: 2.72
compute-feature-enabled:
@@ -41,8 +42,8 @@ compute-feature-enabled:
identity:
auth_version: v3
user_unique_last_password_count: 2
- user_lockout_duration: 10
- user_lockout_failure_attempts: 2
+ user_lockout_duration: 60
+ user_lockout_failure_attempts: 3
identity-feature-enabled:
trust: true
api_v2: false
@@ -52,6 +53,7 @@ identity-feature-enabled:
external_idp: false
project_tags: true
application_credentials: true
+ domain_specific_drivers: true
image-feature-enabled:
api_v2: true
api_v1: false