From 8b9bc4aa8b1d12a6c3fac7ed377127a1da4d6284 Mon Sep 17 00:00:00 2001 From: Andreas Scheuring Date: Wed, 8 Mar 2017 09:44:47 +0100 Subject: [PATCH] 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 --- os_dpm/tests/unit/config/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os_dpm/tests/unit/config/test_config.py b/os_dpm/tests/unit/config/test_config.py index 36fbc14..5e5d501 100644 --- a/os_dpm/tests/unit/config/test_config.py +++ b/os_dpm/tests/unit/config/test_config.py @@ -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()