commit | ae1be426dedfa2496f6c3b05f14ae3e724116b34 | [log] [tgz] |
---|---|---|
author | zhufl <zhu.fanglei@zte.com.cn> | Mon Aug 29 11:33:35 2016 +0800 |
committer | zhufl <zhu.fanglei@zte.com.cn> | Tue Aug 30 10:01:46 2016 +0800 |
tree | dabbbf64fa32fea10321ffba34fa43921064bdfd | |
parent | 91cdf7a4aa4c929c089185a04a01c47e9fdf7b49 [diff] |
Remove unused config.CONF This is to remove unused config.CONF to keep code clean. Change-Id: I6e8d19ec06e7df84b2bbd86dd3b99b4489402ddd
diff --git a/cinder/tests/tempest/api/volume/test_volume_placeholder.py b/cinder/tests/tempest/api/volume/test_volume_placeholder.py index 4c82675..c0d3e32 100644 --- a/cinder/tests/tempest/api/volume/test_volume_placeholder.py +++ b/cinder/tests/tempest/api/volume/test_volume_placeholder.py
@@ -13,11 +13,8 @@ # License for the specific language governing permissions and limitations # under the License. -from tempest import config from tempest.tests import base -CONF = config.CONF - class CinderPlaceholderTest(base.TestCase): """Placeholder test for adding in-tree Cinder tempest tests."""
diff --git a/cinder/tests/tempest/api/volume/test_volume_unicode.py b/cinder/tests/tempest/api/volume/test_volume_unicode.py index d646050..8436699 100644 --- a/cinder/tests/tempest/api/volume/test_volume_unicode.py +++ b/cinder/tests/tempest/api/volume/test_volume_unicode.py
@@ -17,9 +17,6 @@ from tempest.api.volume import base as volume_base from tempest.common.utils import data_utils from tempest.common import waiters -from tempest import config - -CONF = config.CONF class CinderUnicodeTest(volume_base.BaseVolumeTest):