From d52798aa81994811a17883d600ef22d803782c87 Mon Sep 17 00:00:00 2001 From: James Gu Date: Mon, 21 Dec 2020 16:15:40 -0800 Subject: 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 Change-Id: I4cc8110b94ac55bc5c065e28c6df67025836a288 --- tools/files/tempest_conf.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tools') 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 -- cgit