Merge "Ensure to install latest neutron from master"

This commit is contained in:
Zuul 2018-03-28 14:53:54 +00:00 committed by Gerrit Code Review
commit 1f9b95d6db
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ case $VENV in
echo "Running neutron $VENV test suite"
set +e
sudo -H -u $owner $sudo_env tox -e $VENV --notest
# Development version of neutron is not installed from g-r.
# We need to install neutron master explicitly.
sudo -H -u $owner $sudo_env .tox/$VENV/bin/pip install -e ../neutron
sudo -H -u $owner $sudo_env tox -e $VENV
testr_exit_code=$?
set -e