[openstack-dev] [Neutron][QA] Making tests symmetric again

2014-02-07 Thread Salvatore Orlando
Hi, By merging patch https://review.openstack.org/#/c/53459/, full tenant isolation has been turned on for neutron API tests. We have executed a few experimental checks before merging and we found out that the isolated jobs were always passing. However, the gating jobs both in tempest and nova

Re: [openstack-dev] [Neutron][QA] Making tests symmetric again

2014-02-07 Thread Matthew Treinish
On Fri, Feb 07, 2014 at 03:58:28PM +0100, Salvatore Orlando wrote: I just spoke with Eugene over IRC and the problem is that the test attempts to connect to an instance over a private network, which cannot work in isolated mode. This patch will skip the load balancing scenario:

Re: [openstack-dev] [Neutron][QA] Making tests symmetric again

2014-02-07 Thread Mark McClain
On Feb 7, 2014, at 10:16 AM, Matthew Treinish mtrein...@kortar.orgmailto:mtrein...@kortar.org wrote: So the flag to make tenant isolation was always a temporary thing just for neutron so we could work out stabilizing things. It's been on by default for all the other jobs for as long as I can

Re: [openstack-dev] [Neutron][QA] Making tests symmetric again

2014-02-07 Thread Salvatore Orlando
I just spoke with Eugene over IRC and the problem is that the test attempts to connect to an instance over a private network, which cannot work in isolated mode. This patch will skip the load balancing scenario: https://review.openstack.org/#/c/71898/ So thankfully, there is no new neutron issue.