Correct server basic ops test case name

Change test case name test_server_basicops to a more readable
name test_server_basic_ops. For the scenario test cases, the name
usually follows the <name>_ops fashion.

Change-Id: I7ff04d0cfd85e363a3e04cfc5285d49b46b38606
This commit is contained in:
Tong Liu 2016-03-23 23:53:43 +00:00
parent 33efa0e7dd
commit 9bee3b92f1
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class TestServerBasicOps(manager.ScenarioTest):
@test.idempotent_id('7fff3fb3-91d8-4fd0-bd7d-0204f1f180ba')
@test.attr(type='smoke')
@test.services('compute', 'network')
def test_server_basicops(self):
def test_server_basic_ops(self):
keypair = self.create_keypair()
self.security_group = self._create_security_group()
security_groups = [{'name': self.security_group['name']}]