blob: 9614b4962d8a5e8dd4d795bf3e9fc1d278c1c44f [file] [log] [blame]
ZhiQiang Fan39f97222013-09-20 04:49:44 +08001# Copyright 2012 OpenStack Foundation
Jay Pipesf38eaac2012-06-21 13:37:35 -04002# All Rights Reserved.
3#
4# Licensed under the Apache License, Version 2.0 (the "License"); you may
5# not use this file except in compliance with the License. You may obtain
6# a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13# License for the specific language governing permissions and limitations
14# under the License.
15
Matthew Treinishf4a9b0f2013-07-26 16:58:26 -040016from tempest.openstack.common import log as logging
Jay Pipesf38eaac2012-06-21 13:37:35 -040017
18LOG = logging.getLogger(__name__)
19
20
21# All identity tests -- single setup function
22def setup_package():
Sean Dague1937d092013-05-17 16:36:38 -040023 LOG.debug("Entering tempest.api.identity.setup_package")