Codebase list cinder-tempest-plugin / c658b39
Merge "Remove unused config.CONF" Jenkins authored 9 years ago Gerrit Code Review committed 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):