Enable xenapi tests for stable branch

Tempest xenapi related tests are skipped for Victoria
onwards
- https://review.opendev.org/#/c/749527/

We need to keep runnnig those test till stable ussuri.

Depends-On: https://review.opendev.org/#/c/749527/
Change-Id: If67186e46cb3c4f4505d006ec6389057925ce44c
This commit is contained in:
Ghanshyam Mann
2020-09-07 10:15:41 -05:00
parent 87d1da30a8
commit 9b9c6d2d74

View File

@@ -401,7 +401,7 @@ function configure_tempest {
iniset $TEMPEST_CONFIG compute-feature-enabled block_migration_for_live_migration ${USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION:-False}
iniset $TEMPEST_CONFIG compute-feature-enabled live_migrate_back_and_forth ${LIVE_MIGRATE_BACK_AND_FORTH:-False}
iniset $TEMPEST_CONFIG compute-feature-enabled attach_encrypted_volume ${ATTACH_ENCRYPTED_VOLUME_AVAILABLE:-True}
iniset $TEMPEST_CONFIG compute-feature-enabled xenapi_apis True
if [[ -n "$NOVA_FILTERS" ]]; then
iniset $TEMPEST_CONFIG compute-feature-enabled scheduler_enabled_filters ${NOVA_FILTERS}
fi