commit 9b9c6d2d749eadd947cc0c7b2fa607bdcee47584 Author: Ghanshyam Mann Date: Mon Sep 7 10:15:41 2020 -0500 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 diff --git a/lib/tempest b/lib/tempest index 69831a5..e26ccf0 100644 --- a/lib/tempest +++ b/lib/tempest @@ -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