Skip to content

Commit

Permalink
Use same tempest.conf for base and target
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jumpojoy committed Dec 6, 2016
1 parent 61af5a0 commit 2dfc5e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upgrade-tempest
Expand Up @@ -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
Expand Down

0 comments on commit 2dfc5e7

Please sign in to comment.