Bases: neutron.tests.base.BaseTestCase
Test suite providing coverage for the Cache class.
-
setUp()
-
test_get_lrouters(*args, **kwargs)
-
test_get_lrouters_changed_only(*args, **kwargs)
-
test_get_lswitches(*args, **kwargs)
-
test_get_lswitches_changed_only(*args, **kwargs)
-
test_get_lswitchports(*args, **kwargs)
-
test_get_lswitchports_changed_only(*args, **kwargs)
-
test_process_deletes_no_change(*args, **kwargs)
-
test_process_deletes_with_removals(*args, **kwargs)
-
test_process_updates_cleanup_after_delete(*args, **kwargs)
-
test_process_updates_initial(*args, **kwargs)
-
test_process_updates_no_change(*args, **kwargs)
-
test_process_updates_with_changes(*args, **kwargs)
-
test_process_updates_with_removals(*args, **kwargs)
-
test_update_lrouter_existing_item(*args, **kwargs)
-
test_update_lrouter_new_item(*args, **kwargs)
-
test_update_lswitch_existing_item(*args, **kwargs)
-
test_update_lswitch_new_item(*args, **kwargs)
-
test_update_lswitchport_existing_item(*args, **kwargs)
-
test_update_lswitchport_new_item(*args, **kwargs)
-
test_update_resource_does_not_cleanup_deleted_resources(*args, **kwargs)