The nova.tests.cells.test_cells_manager Module

Tests For CellsManager

class CellsManagerClassTestCase(*args, **kwargs)

Bases: nova.test.TestCase

Test case for CellsManager class.

setUp()
test_action_events_get()
test_action_get_by_request_id()
test_actions_get()
test_bw_usage_update_at_top()
test_compute_node_get()
test_compute_node_get_all()
test_compute_node_stats()
test_consoleauth_delete_tokens()
test_get_cell_info_for_neighbors()
test_heal_instances()
test_instance_delete_everywhere()
test_instance_destroy_at_top()
test_instance_fault_create_at_top()
test_instance_update_at_top()
test_post_start_hook_child_cell()
test_post_start_hook_middle_cell()
test_proxy_rpc_to_manager()
test_run_compute_api_method()
test_schedule_run_instance()
test_service_get_all()
test_service_get_by_compute_host()
test_sync_instances()
test_task_log_get_all()
test_task_log_get_all_with_cell_but_no_host_filters()
test_task_log_get_all_with_filters()
test_update_our_parents()
test_validate_console_port()

Previous topic

The nova.tests.cells.fakes Module

Next topic

The nova.tests.cells.test_cells_messaging Module

This Page