Use the prefix-embedded rand_name method

A version of data_utils.rand_name in tempest_lib was created in tempest to
include a prefix specified in the conf file. This commit changes the
data_utils imports to use the new one in tempest.

Change-Id: Ie3fb5c3ac9afe365bf24e40b00be88d66da7c507
This commit is contained in:
Fei Long Wang
2015-05-14 11:30:48 +12:00
parent f6067a03e7
commit d39431f1a2
179 changed files with 180 additions and 236 deletions

View File

@@ -13,11 +13,11 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest_lib.common.utils import data_utils
from tempest_lib import exceptions as lib_exc
import time
from tempest.api.object_storage import base
from tempest.common.utils import data_utils
from tempest import test