This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

The nova.tests.scheduler.test_vsa_scheduler Module

class nova.tests.scheduler.test_vsa_scheduler.FakeVsaLeastUsedScheduler(*args, **kwargs)

Bases: nova.scheduler.vsa.VsaSchedulerLeastUsedHost

class nova.tests.scheduler.test_vsa_scheduler.FakeVsaMostAvailCapacityScheduler(*args, **kwargs)

Bases: nova.scheduler.vsa.VsaSchedulerMostAvailCapacity

class nova.tests.scheduler.test_vsa_scheduler.VsaSchedulerTestCase(methodName='runTest')

Bases: nova.test.TestCase

setUp(sched_class=None)
tearDown()
test_vsa_sched_create_single_non_vsa_volume()
test_vsa_sched_create_single_volume()
test_vsa_sched_create_single_volume_az()
test_vsa_sched_create_volumes_partition()
test_vsa_sched_create_volumes_simple()
test_vsa_sched_forced_host()
test_vsa_sched_no_drive_type()
test_vsa_sched_no_enough_drives()
test_vsa_sched_no_free_drives()
test_vsa_sched_provision_volume()
test_vsa_sched_wrong_topic()
class nova.tests.scheduler.test_vsa_scheduler.VsaSchedulerTestCaseMostAvail(methodName='runTest')

Bases: nova.tests.scheduler.test_vsa_scheduler.VsaSchedulerTestCase

setUp()
tearDown()
test_vsa_sched_create_single_volume()
test_vsa_sched_create_volumes_partition()
test_vsa_sched_create_volumes_simple()