Merge "Remove setup_clients from VirtioSCSIDisk"

This commit is contained in:
Zuul 2020-06-18 15:51:25 +00:00 committed by Gerrit Code Review
commit 61d852056d
1 changed files with 0 additions and 6 deletions

View File

@ -32,12 +32,6 @@ class VirtioSCSIDisk(base.BaseWhiteboxComputeTest):
# appropriately
disks_to_create = 7
@classmethod
def setup_clients(cls):
super(VirtioSCSIDisk, cls).setup_clients()
cls.admin_scheduler_stats_client = \
cls.os_admin.volume_scheduler_stats_client_latest
def setUp(self):
super(VirtioSCSIDisk, self).setUp()
# NOTE: Flavor and image are common amongst every test of the class