Include zun-tempest-plugin as required project

Depends-On: Id3c58e635e3c1a679050ab803b4bcadc2ae036a0
Change-Id: I8e388e6463d2c9cd95fd45b01b102a512a7636ef
This commit is contained in:
Hongbin Lu 2017-10-31 16:02:41 -04:00
parent 3a3f4535b9
commit 6374f1191b
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
- openstack/kuryr-libnetwork
- openstack/python-zunclient
- openstack/zun
- openstack/zun-tempest-plugin
- project:
name: openstack/python-zunclient

View File

@ -52,6 +52,7 @@
export PROJECTS="openstack/python-zunclient $PROJECTS"
export PROJECTS="openstack/kuryr-libnetwork $PROJECTS"
export PROJECTS="openstack/devstack-plugin-container $PROJECTS"
export PROJECTS="openstack/zun-tempest-plugin $PROJECTS"
# Keep localrc to be able to set some vars in post_test_hook
export KEEP_LOCALRC=1