The nova.tests.test_periodic_tasks Module

class Manager(*args, **kwargs)

Bases: nova.test.TestCase

Tests the periodic tasks portion of the manager class.

test_external_running_elsewhere()
test_external_running_here()
test_periodic_tasks_constant()
test_periodic_tasks_disabled()
test_periodic_tasks_idle_calculation()
test_periodic_tasks_with_idle()
class ManagerMetaTestCase(*args, **kwargs)

Bases: nova.test.TestCase

Tests for the meta class which manages the creation of periodic tasks.

test_meta()

Previous topic

The nova.tests.test_objectstore Module

Next topic

The nova.tests.test_pipelib Module

This Page