Re: [openstack-dev] [openstack][infra]Including Functional Tests in Coverage

2018-09-13 Thread Chris Dent
On Wed, 12 Sep 2018, Michael Johnson wrote: We do this in Octavia. The openstack-tox-cover calls the cover environment in tox.ini, so you can add it there. We've got this in progress for placement as well: https://review.openstack.org/#/c/600501/ https://review.openstack.org/#/c/600502/ It w

Re: [openstack-dev] [openstack][infra]Including Functional Tests in Coverage

2018-09-12 Thread Michael Johnson
We do this in Octavia. The openstack-tox-cover calls the cover environment in tox.ini, so you can add it there. Check out the tox.ini in the openstack/octavia project. Michael On Wed, Sep 12, 2018 at 7:01 AM reedip banerjee wrote: > > Hi All, > > Has anyone ever experimented with including Func