Update FilterSchedulerTestCase docstring

Change-Id: I91ea24747eba9f0f0090f923c5728ba2b85eb141
This commit is contained in:
Joe Gordon
2012-07-18 11:55:11 -07:00
parent 010e39dafb
commit b301bd81ae

View File

@@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
"""
Tests For Distributed Scheduler.
Tests For Filter Scheduler.
"""
import mox
@@ -32,7 +32,7 @@ def fake_filter_hosts(hosts, filter_properties):
class FilterSchedulerTestCase(test_scheduler.SchedulerTestCase):
"""Test case for Distributed Scheduler."""
"""Test case for Filter Scheduler."""
driver_cls = filter_scheduler.FilterScheduler