Add functional test gates

Change I93d7216340bef70fc18fc9943da5c740ba3d4761 separates out the
functional tests from the unit tests in tox.ini.  Thus the current
gate jobs running them via tox will not longer run functional tests.
So add the jobs to our local .zuul.yaml

Change-Id: I712ac1ca55fc2b592a2ee23ef182d75885c32929
This commit is contained in:
Brian Rosmaita 2018-01-22 18:47:55 -05:00
parent 9363e0b0a1
commit 63e9548cd6
1 changed files with 9 additions and 0 deletions

9
.zuul.yaml Normal file
View File

@ -0,0 +1,9 @@
- project:
check:
jobs:
- openstack-tox-functional
- openstack-tox-functional-py35
gate:
jobs:
- openstack-tox-functional
- openstack-tox-functional-py35