Since Ifac71f7415f21c402f6e00c5264e972b0e80388c in Mitaka, the
os_inherit of Keystone is enable on the default config.
In addition, Tempest is branchless now.
So we need to limit keystone extension tests as the existing
ones(OS-EC2) for stable branch.
Change-Id: I3a92397d7bc62c3ec156281696d5c22504a86cb3
| ... | ... |
@@ -333,6 +333,7 @@ function configure_tempest {
|
| 333 | 333 |
if is_ssl_enabled_service "key" || is_service_enabled tls-proxy; then |
| 334 | 334 |
iniset $TEMPEST_CONFIG identity ca_certificates_file $SSL_BUNDLE_FILE |
| 335 | 335 |
fi |
| 336 |
+ iniset $TEMPEST_CONFIG identity identity-feature-enabled api_extensions OS-EC2 |
|
| 336 | 337 |
|
| 337 | 338 |
# Image |
| 338 | 339 |
# We want to be able to override this variable in the gate to avoid |