Merge "Remove deprecated tempest_lib and use tempest.lib"

This commit is contained in:
Jenkins 2016-05-25 21:49:40 +00:00 committed by Gerrit Code Review
commit df81163fce
2 changed files with 4 additions and 4 deletions

View File

@ -14,9 +14,9 @@ import os
import time
import six
from tempest_lib.cli import base
from tempest_lib.cli import output_parser
from tempest_lib import exceptions
from tempest.lib.cli import base
from tempest.lib.cli import output_parser
from tempest.lib import exceptions
_CREDS_FILE = 'functional_creds.conf'

View File

@ -13,7 +13,7 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
reno>=1.6.2 # Apache2
requests-mock>=0.7.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
tempest-lib>=0.14.0 # Apache-2.0
tempest>=11.0.0 # Apache-2.0
testtools>=1.4.0 # MIT
testrepository>=0.0.18 # Apache-2.0/BSD
os-testr>=0.4.1 # Apache-2.0