Use same tempest.conf for base and target

This patch drops calling configure_tempest after upgrade.
As devstack has new phase called test-config and plugins
may configure tempest additionally we need to make sure
that tempest.conf is the same on base and target releases.

Change-Id: Idede322190d57491d4f7e18090aa8c29b5b87353
This commit is contained in:
Vasyl Saienko 2016-12-06 15:28:31 +02:00
parent 61af5a077e
commit 2dfc5e7a48

View File

@ -78,9 +78,9 @@ if $(source $BASE_DEVSTACK_DIR/stackrc; is_service_enabled neutron); then
Q_L3_ENABLED="True"
fi
configure_tempest
install_tempest_plugins
# Use the same config to target smoke tests.
cp $BASE_RELEASE_DIR/tempest/etc/tempest.conf $TARGET_RELEASE_DIR/tempest/etc/tempest.conf
DEST=$DEST_BACKUP
set +o xtrace