Skip fullstack L3 HA test

It's failing because of a known issue, being handled in:
https://review.openstack.org/#/c/285480/. That patch will
unskip the test as part of the fix.

Apart from this test, there's also a known failure in LB
tests, being handled here:
and https://review.openstack.org/#/c/294798/

I'm not aware of any other failure modes for fullstack.
With these two patches merged, we can observe the fullstack
job failure rate and hopefully make it voting.

Change-Id: I6ea3292605d25848911a2d51c996d10ecd48bf9e
(cherry picked from commit d6fb0c46bd)
This commit is contained in:
Assaf Muller 2016-03-18 16:50:43 -04:00 committed by Ihar Hrachyshka
parent 4b1d8dca9b
commit 82a6d2b179
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
import functools
from oslo_utils import uuidutils
import testtools
from neutron.agent.l3 import agent as l3_agent
from neutron.agent.l3 import namespaces
@ -72,6 +73,7 @@ class TestHAL3Agent(base.BaseFullStackTestCase):
return (
agents['agents'][0]['ha_state'] != agents['agents'][1]['ha_state'])
@testtools.skip('bug/1550886')
def test_ha_router(self):
# TODO(amuller): Test external connectivity before and after a
# failover, see: https://review.openstack.org/#/c/196393/