osprofiler/.zuul.yaml
Ilya Shakhat 71589dd64f Add Zuul job for functional testing
The job prepares VM with RabbitMQ installed, then it executes tests
located under osprofiler/tests/functional.

To run the job manually use `tox -e functional` or
`tox -e functional-py35`.

Change-Id: I1f2b99737d1f17bb09662dc24c4858a1a7a1ad44
2017-11-08 08:56:17 +01:00

11 lines
237 B
YAML

- project:
name: openstack/osprofiler
check:
jobs:
- openstack-tox-functional
- openstack-tox-functional-py35
gate:
jobs:
- openstack-tox-functional
- openstack-tox-functional-py35