To disable tempest running the v2 tests when the identity v2 api is
disabled you need to set api_v2=False not v2_api=False.
Change-Id: Ied8a0593619dccb5985f9a1e51feb370754336c7
| ... | ... |
@@ -323,7 +323,7 @@ function configure_tempest {
|
| 323 | 323 |
fi |
| 324 | 324 |
if [ "$ENABLE_IDENTITY_V2" == "False" ]; then |
| 325 | 325 |
# Only Identity v3 is available; then skip Identity API v2 tests |
| 326 |
- iniset $TEMPEST_CONFIG identity-feature-enabled v2_api False |
|
| 326 |
+ iniset $TEMPEST_CONFIG identity-feature-enabled api_v2 False |
|
| 327 | 327 |
# In addition, use v3 auth tokens for running all Tempest tests |
| 328 | 328 |
iniset $TEMPEST_CONFIG identity auth_version v3 |
| 329 | 329 |
else |