Codebase list cinder-tempest-plugin / 0370ebe
Merge "Remove logging import unused" Jenkins authored 9 years ago Gerrit Code Review committed 9 years ago
1 changed file(s) with 0 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1313 # License for the specific language governing permissions and limitations
1414 # under the License.
1515
16 from oslo_log import log as logging
1716 from tempest.api.volume import base
1817 from tempest.common import waiters
1918 from tempest import config
2322 from cinder.tests.tempest import cinder_clients
2423
2524 CONF = config.CONF
26 LOG = logging.getLogger(__name__)
2725
2826
2927 class ConsistencyGroupsV2Test(base.BaseVolumeAdminTest):