Rename test class

The test case skeleton was copied from networking-dpm project.
We missed to rename the test class 'TestNetworkingDpm'. This patch
renames that class to 'TestConfig'

Change-Id: I3e9d701e34f89eb87ba91e433dd47b5400b8455d
This commit is contained in:
Andreas Scheuring 2017-03-08 09:44:47 +01:00
parent 94d8e2293f
commit 8b9bc4aa8b
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ from oslotest import base
from os_dpm.config import config
class TestNetworkingDpm(base.BaseTestCase):
class TestConfig(base.BaseTestCase):
def test_register_opts(self):
conf = Config()