Add missing install_tempest_plugins call to upgrade-tempest

Without this call the new installation will not run plugin-specific tests.
The call is placed after configure_tempest just like it's done in tempest
devstack code.

Change-Id: Ia2a5b9cc535c7c46728eee6284a36340745e9043
This commit is contained in:
Dmitry Tantsur 2016-07-04 23:00:37 +02:00
parent 84f5a7be89
commit 73b3b9a52a
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ if $(source $BASE_DEVSTACK_DIR/stackrc; is_service_enabled neutron); then
fi
configure_tempest
install_tempest_plugins
DEST=$DEST_BACKUP