summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorChris Behrens <cbehrens@codestud.com>2011-06-28 08:12:08 -0700
committerChris Behrens <cbehrens@codestud.com>2011-06-28 08:12:08 -0700
commite611d3210911bfb6276da495d0b3943d2ce1b511 (patch)
treef00a02a6f79e7d2a9e3b7e5f885d7f2942656a01 /nova
parent9653ee5cfae198355610ff40f0820eb9071a0deb (diff)
update a test docstring to make it clear we're testing multiple instance builds
Diffstat (limited to 'nova')
-rw-r--r--nova/tests/scheduler/test_zone_aware_scheduler.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/tests/scheduler/test_zone_aware_scheduler.py b/nova/tests/scheduler/test_zone_aware_scheduler.py
index 1e23e3ee6..32f5150a5 100644
--- a/nova/tests/scheduler/test_zone_aware_scheduler.py
+++ b/nova/tests/scheduler/test_zone_aware_scheduler.py
@@ -146,8 +146,8 @@ class ZoneAwareSchedulerTestCase(test.TestCase):
def test_zone_aware_scheduler(self):
"""
- Create a nested set of FakeZones, ensure that a select call returns the
- appropriate build plan.
+ Create a nested set of FakeZones, try to build multiple instances
+ and ensure that a select call returns the appropriate build plan.
"""
sched = FakeZoneAwareScheduler()
self.stubs.Set(sched, '_call_zone_method', fake_call_zone_method)