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
This commit is contained in:
zhufl 2018-09-19 10:03:05 +08:00
parent c5a7c2b4c9
commit 2b35e5ac27

View File

@ -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',