From 2b35e5ac270fa385b48d14958b79c131c75671bc Mon Sep 17 00:00:00 2001 From: zhufl Date: Wed, 19 Sep 2018 10:03:05 +0800 Subject: [PATCH] Rename TestQuotasClient to TestHostsClient Test class in test_hosts_client.py should not be TestQuotasClient, this is to rename it to TestHostsClient Change-Id: If1f5beaae76cfd69656207ab3fd7b80e0a73830a --- tempest/tests/lib/services/volume/v3/test_hosts_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tempest/tests/lib/services/volume/v3/test_hosts_client.py b/tempest/tests/lib/services/volume/v3/test_hosts_client.py index 67ae4fd02c..09bc0b1596 100644 --- a/tempest/tests/lib/services/volume/v3/test_hosts_client.py +++ b/tempest/tests/lib/services/volume/v3/test_hosts_client.py @@ -18,7 +18,7 @@ from tempest.tests.lib import fake_auth_provider from tempest.tests.lib.services import base -class TestQuotasClient(base.BaseServiceTest): +class TestHostsClient(base.BaseServiceTest): FAKE_LIST_HOSTS = { "hosts": [ { @@ -66,7 +66,7 @@ class TestQuotasClient(base.BaseServiceTest): } def setUp(self): - super(TestQuotasClient, self).setUp() + super(TestHostsClient, self).setUp() fake_auth = fake_auth_provider.FakeAuthProvider() self.client = hosts_client.HostsClient(fake_auth, 'volume',