Move tempest plugin install to the end

When installing the tempest plugin we need to ensure that this is the
last thing that gets done in the plugin, otherwise it might collide with
container build.

Change-Id: Ib16dbbee265c8536806926f62c2e906108ffa88c
This commit is contained in:
Daniel Mellado 2018-05-31 15:02:50 +02:00
parent ea65d96173
commit a60c212123
No known key found for this signature in database
GPG Key ID: C905561547B09777
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ function install_kuryr_tempest_plugin {
if [[ "$1" == "stack" && "$2" == "install" ]]; then
echo_summary "Building kuryr/demo test container"
build_test_container
elif [[ "$1" == "stack" && "$2" == "test-config" ]]; then
echo_summary "Installing Kuryr Tempest Plugin"
install_kuryr_tempest_plugin
fi