neutron/neutron/tests/unit/nec
Assaf Muller 69dfbd9468 Change all occurences of no_delete to do_delete
Previously, ports, networks and subnets had a do_delete=True
parameter. By default, these resources were deleted at the
end of the context manager scope. All other resources used
a different semantic: no_delete=False.

This caused confusing situations such as:
with self.subnet(network, do_delete=False) as subnet:
    with self.security_group(no_delete=True) as sg:
        pass

Now all resources use the same do_delete semantic.

Closes-Bug: #1336196
Change-Id: I4627481813f714819efe85831e2a55975ea71ed4
2014-07-13 14:09:26 +03:00
..
__init__.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
fake_ofc_manager.py Refactor unit tests for NEC Plugin 2013-07-12 15:40:33 +09:00
stub_ofc_driver.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_agent_scheduler.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_config.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_db.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_nec_agent.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_nec_plugin.py Change all occurences of no_delete to do_delete 2014-07-13 14:09:26 +03:00
test_ofc_client.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_ofc_manager.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_packet_filter.py Change all occurences of no_delete to do_delete 2014-07-13 14:09:26 +03:00
test_pfc_driver.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_portbindings.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_router.py Removes calls to mock.patch.stopall in unit tests 2014-03-12 04:17:11 +00:00
test_security_group.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_trema_driver.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_utils.py nec plugin: Compare OFS datapath_id as hex int 2014-02-13 10:37:29 +00:00