Merge "Remove unused config.CONF"

This commit is contained in:
Jenkins 2016-08-30 11:04:49 +00:00 committed by Gerrit Code Review
commit c658b39acf
2 changed files with 0 additions and 6 deletions

View File

@ -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."""

View File

@ -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):