neutron-vpnaas/neutron/tests/unit/nec
Ryota MIBU 49e953a8ef Make NEC Plugin keep error resources
NEC Plugin used to ignore OFC errors while deleting resources from OFC,
and it could leave some unused resources on OFC. If OFC generates id
which is in remained resources when creating new resource, it will fail.

This commit makes NEC Plugin keep logical resource when it failed to
delete resource from OFC not to leave orphan resource on OFC, and raise
exception to tell the user that the resouce status is Error.

NOTE: The user can retry deletion. If the resouce was successfully
deleted from OFC in retries, the logical resource will be deleted.

Fixes: bug #1206416
Change-Id: Ifea38dfe3fe8b18d7ae1cedf86a23008549250cc
2013-07-30 22:44:25 +09:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
fake_ofc_manager.py Refactor unit tests for NEC Plugin 2013-07-12 15:40:33 +09:00
stub_ofc_driver.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_agent_scheduler.py Fix random OverflowError exceptions in gate-neutron-python26 tests 2013-07-15 12:56:27 -07:00
test_config.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_db.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_nec_agent.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_nec_plugin.py Make NEC Plugin keep error resources 2013-07-30 22:44:25 +09:00
test_ofc_manager.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_packet_filter.py Improve packet-filter test coverage in NEC Plugin 2013-07-17 09:13:00 +09:00
test_pfc_driver.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_security_group.py Refactor unit tests for NEC Plugin 2013-07-12 15:40:33 +09:00
test_trema_driver.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00