commit | 4fd86aa725b34b65866187e9bd09863dc52c3efb | [log] [tgz] |
---|---|---|
author | Cao Xuan Hoang <hoangcx@vn.fujitsu.com> | Thu Aug 25 09:45:44 2016 +0700 |
committer | Cao Xuan Hoang <hoangcx@vn.fujitsu.com> | Thu Aug 25 09:45:44 2016 +0700 |
tree | a7591beacb72e1d5e32d008c5d2f4ec5c1076430 | |
parent | d55489448dc85a89b14adb016042bc6db6855815 [diff] |
TrivialFix: Remove cfg import unused This patch removes cfg import unused in tempest/api/object_storage/test_container_quotas.py and tempest/api/object_storage/test_object_temp_url.py Change-Id: If323a680124e14e3a1e82768ff051c0b588db199
diff --git a/tempest/api/object_storage/test_container_quotas.py b/tempest/api/object_storage/test_container_quotas.py index 5ed92c4..8cbe441 100644 --- a/tempest/api/object_storage/test_container_quotas.py +++ b/tempest/api/object_storage/test_container_quotas.py
@@ -15,11 +15,9 @@ from tempest.api.object_storage import base from tempest.common.utils import data_utils -from tempest import config from tempest.lib import exceptions as lib_exc from tempest import test -CONF = config.CONF QUOTA_BYTES = 10 QUOTA_COUNT = 3
diff --git a/tempest/api/object_storage/test_object_temp_url.py b/tempest/api/object_storage/test_object_temp_url.py index c2d3b69..7287a2d 100644 --- a/tempest/api/object_storage/test_object_temp_url.py +++ b/tempest/api/object_storage/test_object_temp_url.py
@@ -20,11 +20,8 @@ from tempest.api.object_storage import base from tempest.common.utils import data_utils -from tempest import config from tempest import test -CONF = config.CONF - class ObjectTempUrlTest(base.BaseObjectTest):