Test identity project_tags and application_credentials 87/68887/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 15 Nov 2019 19:27:32 +0000 (20:27 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 15 Nov 2019 20:31:28 +0000 (21:31 +0100)
Both are supported by OpenStack and Functest gates.
It also sets the default values to highlight the coverage.

Change-Id: Iae080a8bde0c411acc7811e7a0e70e3471db8c98
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml

index dcc717e..4fda29a 100644 (file)
@@ -11,9 +11,14 @@ identity:
     user_lockout_duration: 10
     user_lockout_failure_attempts: 2
 identity-feature-enabled:
+    trust: true
     api_v2: false
     api_v2_admin: false
     security_compliance: true
+    federation: false
+    external_idp: false
+    project_tags: true
+    application_credentials: true
 image-feature-enabled:
     api_v2: true
     api_v1: false