The nova.tests.cells.test_cells_rpcapi Module

Tests For Cells RPCAPI

class CellsAPITestCase(*args, **kwargs)

Bases: nova.test.TestCase

Test case for cells.api interfaces.

setUp()
test_action_events_get()
test_action_events_get_no_cell()
test_action_get_by_request_id()
test_action_get_by_request_id_no_cell()
test_actions_get()
test_actions_get_no_cell()
test_bw_usage_update_at_top()
test_call_compute_api_method()
test_cast_compute_api_method()
test_compute_node_get()
test_compute_node_get_all()
test_compute_node_stats()
test_consoleauth_delete_tokens()
test_get_cell_info_for_neighbors()
test_instance_delete_everywhere()
test_instance_destroy_at_top()
test_instance_fault_create_at_top()
test_instance_update_at_top()
test_proxy_rpc_to_manager()
test_schedule_run_instance()
test_service_get_all()
test_service_get_by_compute_host()
test_sync_instances()
test_task_log_get_all()
test_validate_console_port()

Previous topic

The nova.tests.cells.test_cells_rpc_driver Module

Next topic

The nova.tests.cells.test_cells_scheduler Module

This Page