Remove setup_clients from VirtioSCSIDisk

The class method setup_clients in test_virtio_scsi_attach.VirtioSCSIDisk
is not necessary for the test. It was part of an earlier attempt at
executing the tests and is not needed. Removing the entire method with
this commit.

Change-Id: I3dc0b5c71e1f53c3e386c58e32e5ef2db26893bd
This commit is contained in:
James Parker 2020-06-10 12:23:04 -04:00
parent b83e874081
commit ae0cf574f4
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