In the BaremetalComputeAPINodesTest test, the resource setup and resource
cleanup have been bypassed.

Change-Id: I0a6ef2921201baa6c2751a888e09073a353c267c
Closes-Bug: #1717185
This commit is contained in:
liusheng 2017-09-14 14:59:11 +08:00
parent d88fd1008a
commit 797f2a06e8
1 changed files with 0 additions and 8 deletions

View File

@ -15,14 +15,6 @@ from mogan.tests.tempest.api import base
class BaremetalComputeAPINodesTest(base.BaseBaremetalComputeTest):
@classmethod
def resource_setup(cls):
pass
@classmethod
def resource_cleanup(cls):
pass
def test_nodes_list(self):
nodes = self.baremetal_compute_client.list_nodes()
self.assertIsInstance(nodes, list)