neutron/neutron/tests/unit/openvswitch
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
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_agent_scheduler.py Utilizes assertIsNone and assertIsNotNone 2013-10-03 23:01:48 +00:00
test_openvswitch_plugin.py Add enable_security_group option 2014-03-21 00:50:15 +01:00
test_ovs_db.py Fix bug:range() is not same in py3.x and py2.x 2014-03-11 16:44:47 +08:00
test_ovs_defaults.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_ovs_lib.py Handle errors from run_ofctl() when dumping flows 2014-06-07 09:54:08 +02:00
test_ovs_neutron_agent.py Reprogram flows when ovs-vswitchd restarts 2014-05-30 14:10:02 +00:00
test_ovs_rpcapi.py Replace stubout with fixtures 2013-11-24 10:46:08 -05:00
test_ovs_security_group.py Removes calls to mock.patch.stopall in unit tests 2014-03-12 04:17:11 +00:00
test_ovs_tunnel.py Reprogram flows when ovs-vswitchd restarts 2014-05-30 14:10:02 +00:00