Merge "Remove unnecessary setUp function in testcase"

This commit is contained in:
Jenkins 2017-03-30 20:49:42 +00:00 committed by Gerrit Code Review
commit 4c6d434b3d
2 changed files with 0 additions and 6 deletions

View File

@ -40,9 +40,6 @@ LSCPU_NO_ONLINE = """# The following is the parsable format, which can be fed to
class TestOSCapability(base.BaseTestCase):
def setUp(self):
super(TestOSCapability, self).setUp()
@mock.patch('oslo_concurrency.processutils.execute')
def test_get_cpu_numa_info_with_online(self, mock_output):
mock_output.return_value = LSCPU_ON

View File

@ -16,9 +16,6 @@ from zun.tests import base
class TestNUMA(base.BaseTestCase):
def setUp(self):
super(TestNUMA, self).setUp()
def test_free_cpus_numa(self):
obj = objects.NUMATopology(cells=[
objects.NUMANode(