neutron/neutron/tests/fullstack
Assaf Muller 82a6d2b179 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)
2016-03-24 10:49:09 +00:00
..
resources Add QoS fullstack test 2015-09-15 15:42:26 +00:00
README Add devref that explains fullstack testing and its direction 2015-06-02 16:23:08 -04:00
__init__.py Add full-stack tests framework 2015-03-26 20:21:40 +02:00
base.py Merge "fullstack: use migration scripts to create db schema" 2015-08-21 03:48:33 +00:00
test_connectivity.py Make fullstack test_connectivity tests more forgiving 2015-11-27 13:31:26 +00:00
test_l3_agent.py Skip fullstack L3 HA test 2016-03-24 10:49:09 +00:00
test_qos.py ml2: don't consider drivers with no bind_port for qos supported rule types 2015-09-22 14:38:59 +02:00

README

Please see neutron/doc/source/devref/fullstack_testing.rst.