neutron/neutron/tests
Kyle Mestery 2b42dd3eab Handle errors from run_ofctl() when dumping flows
The function dump_flows_for_table() calls run_ofctl(). If this occurs during an OVS
restart, run_ofctl() will return None. dump_flows_for_table() needs to realize this
and not try to call splitlines() on a None object.

Change-Id: Ide26028656e634113f955dfc89569149d4d5b306
Closes-Bug: #1324659
(cherry picked from commit b5d596877f)
2014-06-07 09:54:08 +02:00
..
etc Service Type Framework refactoring 2013-07-25 21:47:30 +04:00
functional Fix bug:range() is not same in py3.x and py2.x 2014-03-11 16:44:47 +08:00
unit Handle errors from run_ofctl() when dumping flows 2014-06-07 09:54:08 +02:00
var Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
base.py Explicitly import state_path opt in tests.base 2014-05-26 13:38:24 +02:00
post_mortem_debug.py Add post-mortem debug option for tests 2013-12-10 03:56:50 +00:00
tools.py Replace mox in unit tests with mock 2013-11-18 22:17:14 +09:00