neutron/neutron/tests/functional
armando-migliaccio 2051ffb822 Retry metadata request on connection refused error
This testcase may fail intermittently on 'Connection refused' error.
This could be due to the fact that the metadata proxy setup is not exactly
complete at the time the request is issued; in fact there is no
synchronization between the router being up and the metadata request being
issued, and clearly this may be the reason of accidental but seldom failures.

In order to rule out this possibility and stabilize the test, let's retry
on connection refused only. If we continue to fail, then the next step would
be to dump the content of iptables to figure out why the error occurs.

Closes-bug: #1461172

Conflicts:
	neutron/tests/functional/agent/test_l3_agent.py

Change-Id: I65a5bf4fbbcad6ba93a46d36cabe7844ff528d8d
(cherry picked from commit 4b2e6842f3)
2015-10-12 13:58:31 +02:00
..
agent Retry metadata request on connection refused error 2015-10-12 13:58:31 +02:00
api Simplify retargetable test framework 2015-03-31 20:13:04 +00:00
cmd Define bridge/port fixtures for OVS/LinuxBridge/Veth backends 2015-04-01 15:01:06 +00:00
db Fix displaying of devref for TestModelsMigrations 2015-03-26 10:33:37 +03:00
sanity Add simple ARP spoofing protection 2015-03-29 20:57:07 -07:00
scheduler Fix the ImportErrors in l3 and dhcp scheduler functional tests 2015-06-01 15:06:56 +02:00
__init__.py Fix test discovery for api and functional paths 2015-07-13 13:01:54 +00:00
base.py Prepare Base(OVS)LinuxTestCase transformation in helpers 2015-03-19 14:43:42 +00:00
requirements.txt Move DB TestModelsMigrations from unit to functional 2014-12-18 22:41:05 -05:00