Replace tempest-lib with tempest.lib

tempest-lib is deprecated, replace it with tempest.lib.

Closes-Bug: #1553047
Change-Id: Iaebffd042858a0777854d15f10fdd195ff24b340
This commit is contained in:
Daniel Gonzalez
2016-04-28 14:25:09 -05:00
parent 163b6b585b
commit c6fbe7f466
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ import os
import requests
from six.moves import urllib
from tempest_lib.common.utils import misc as misc_utils
from tempest.lib.common.utils import misc as misc_utils
from functionaltests.common import auth
from functionaltests.common import config

View File

@ -11,7 +11,7 @@ testtools>=1.4.0 # MIT
fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
requests!=2.9.0,>=2.8.1 # Apache-2.0
python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
tempest-lib>=0.14.0 # Apache-2.0
tempest>=11.0.0 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
# Bandit build requirements