From 9cd8ca6db84fd80f17b2d9c37d66d6a861130e7a Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 27 Jan 2019 23:27:28 +0100 Subject: Allow running latest tempest_full MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'functest/opnfv_tests/openstack') 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 -- cgit 1.2.3-korg