From: armando-migliaccio Date: Thu, 12 Feb 2015 23:20:29 +0000 (-0800) Subject: Fix AttributeError exception for API's test_network_lifecycle X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4f17ee26ff3a3dc17364b67fdab19ba17b8cd719;p=openstack-build%2Fneutron-build.git Fix AttributeError exception for API's test_network_lifecycle Change I2be04f600e6bd8d7d78948d25395d8e04fa0dea3 moved the exception to tempest_lib. We should use the new import. Closes-bug: #1421454 Change-Id: Id9ec2537261f101b1bed895bfe5ef2943b8548d2 --- diff --git a/neutron/tests/api/test_v2_rest.py b/neutron/tests/api/test_v2_rest.py index cdd2b1515..6cfa0a248 100644 --- a/neutron/tests/api/test_v2_rest.py +++ b/neutron/tests/api/test_v2_rest.py @@ -18,8 +18,8 @@ This module implements BaseNeutronClient for the Tempest rest client and configures the api tests with scenarios targeting the Neutron API. """ -from tempest import exceptions from tempest import test as t_test +from tempest_lib import exceptions import testscenarios from neutron.tests.api import base_v2