Allow clone of manila-tempest-plugin

in manilaclient-dsvm-functional job definition since
with change [1] we install this repository system-wide
in our devstack plugin.

[1] I0844cdb48b9d415bd341c4687620412178be871b

TrivialFix

Change-Id: I16333dac4382ce93135981121ad38ec5e2e98ea4
This commit is contained in:
Tom Barron 2018-03-23 05:55:23 -04:00
parent f4090b1868
commit c898e5c231
2 changed files with 2 additions and 0 deletions

View File

@ -21,3 +21,4 @@
- openstack/manila
- openstack/neutron
- openstack/python-manilaclient
- openstack/manila-tempest-plugin

View File

@ -44,6 +44,7 @@
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_PROJECT_FROM_GIT="python-manilaclient"
export PROJECTS="openstack/manila-tempest-plugin $PROJECTS"
# Keep localrc to be able to set some vars in pre_test_hook
export KEEP_LOCALRC=1