Switch from deprecated tempest-lib to tempest

Change-Id: I2e94b8102ad19500068cc2688d11293e4e9b8aed
This commit is contained in:
Julien Danjou 2016-04-12 19:31:46 +02:00
parent 50c9e442e3
commit bf5dd756cf
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
import os
from tempest_lib.cli import base
from tempest.lib.cli import base
class ClientTestBase(base.ClientTestBase):

View File

@ -10,6 +10,6 @@ mock>=1.2 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
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
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT