The nova.tests.cells.test_cells_scheduler Module

Tests For CellsScheduler

class CellsSchedulerTestCase(*args, **kwargs)

Bases: nova.test.TestCase

Test case for CellsScheduler class.

setUp()
test_create_instances_here()
test_run_instance_on_random_exception()
test_run_instance_retries_when_no_cells_avail()
test_run_instance_selects_child_cell()
test_run_instance_selects_current_cell()

Previous topic

The nova.tests.cells.test_cells_rpcapi Module

Next topic

The nova.tests.cells.test_cells_state_manager Module

This Page