python-saharaclient is required also in PROJECTS

Otherwise the repository is not available for the tests.

Change-Id: Ifa2d030fa5ec4c197c5d4996b47ad8e461c3e80a
This commit is contained in:
Luigi Toscano 2016-06-22 15:49:21 +02:00
parent 48aae2a9cd
commit 12991162e1

View File

@ -145,8 +145,10 @@
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_LOCAL_CONFIG="enable_plugin sahara git://git.openstack.org/openstack/sahara"
export PROJECTS="openstack/sahara-tests $PROJECTS"
export DEVSTACK_PROJECT_FROM_GIT=python-saharaclient
export PROJECTS="openstack/sahara-tests openstack/python-saharaclient $PROJECTS"
if [ "$ZUUL_PROJECT" = "openstack/python-saharaclient" ]; then
export DEVSTACK_PROJECT_FROM_GIT=python-saharaclient
fi
function post_test_hook {
cd /opt/stack/new/sahara-tests/tools/gate/cli_tests