neutron/neutron/tests/unit/bigswitch
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
..
etc BigSwitch: Add SSL Certificate Validation 2014-03-05 15:08:39 -05:00
__init__.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
fake_server.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_base.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_capabilities.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
test_restproxy_agent.py Configure agents using neutron.common.config.init (formerly .parse) 2014-06-17 21:56:24 +02:00
test_restproxy_plugin.py Change all occurences of no_delete to do_delete 2014-07-13 14:09:26 +03:00
test_router_db.py Change all occurences of no_delete to do_delete 2014-07-13 14:09:26 +03:00
test_security_groups.py Removed create_rpc_dispatcher methods 2014-06-20 20:44:37 +02:00
test_servermanager.py Merge "Big Switch: Lock consistency table for REST calls" 2014-06-29 03:26:26 +00:00
test_ssl.py Fix H302 violations in unit tests 2014-05-04 12:39:19 +02:00