Codebase list cinder-tempest-plugin / ae1be42
Remove unused config.CONF This is to remove unused config.CONF to keep code clean. Change-Id: I6e8d19ec06e7df84b2bbd86dd3b99b4489402ddd zhufl 9 years ago
2 changed file(s) with 0 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
1212 # License for the specific language governing permissions and limitations
1313 # under the License.
1414
15 from tempest import config
1615 from tempest.tests import base
17
18 CONF = config.CONF
1916
2017
2118 class CinderPlaceholderTest(base.TestCase):
1616 from tempest.api.volume import base as volume_base
1717 from tempest.common.utils import data_utils
1818 from tempest.common import waiters
19 from tempest import config
20
21 CONF = config.CONF
2219
2320
2421 class CinderUnicodeTest(volume_base.BaseVolumeTest):