Fix glance store experimental test
I'm not too familiar with this side of the code. I noticed a few other tests have this line and the glance_store functional tests are missing it. The error is that "The following LIBS_FROM_GIT were not installed correct: glance_store". From the latest check experimental on this patch: https://review.openstack.org/#/c/302374/ Change-Id: I11a6d898ea3ee3b28c974cc6b99c9c9d87ef9e99
This commit is contained in:
parent
6a746edd2e
commit
6ee7c4cda8
@ -52,6 +52,7 @@
|
|||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
export PYTHONUNBUFFERED=true
|
export PYTHONUNBUFFERED=true
|
||||||
export BRANCH_OVERRIDE={branch-override}
|
export BRANCH_OVERRIDE={branch-override}
|
||||||
|
export PROJECTS="openstack/glance_store $PROJECTS"
|
||||||
export DEVSTACK_PROJECT_FROM_GIT=glance_store
|
export DEVSTACK_PROJECT_FROM_GIT=glance_store
|
||||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user