Switch to using in-tree tempest lib

As a result of change db9672e3473cd, tempest_lib is no
longer a thing we should be using.

Change-Id: I47f368fdce477d7419cc8fc23eb17264df42932d
This commit is contained in:
Armando Migliaccio 2016-02-25 12:21:24 -08:00
parent c7457ee192
commit 1b00ca8b87
3 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@
# under the License.
from tempest import config
from tempest.lib import exceptions as lib_exc
from tempest import test
from tempest_lib import exceptions as lib_exc
from neutron.tests.api import base
from tempest.common import tempest_fixtures as fixtures

View File

@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest_lib import exceptions as lib_exc
from tempest.lib import exceptions as lib_exc
from neutron.tests.api import test_bgp_speaker_extensions as test_base
from tempest import test

View File

@ -15,7 +15,7 @@ import time
from oslo_serialization import jsonutils as json
from six.moves.urllib import parse as urlparse
from tempest.common import service_client
from tempest_lib import exceptions as lib_exc
from tempest.lib import exceptions as lib_exc
from neutron.tests.tempest import exceptions