From 4f17ee26ff3a3dc17364b67fdab19ba17b8cd719 Mon Sep 17 00:00:00 2001 From: armando-migliaccio Date: Thu, 12 Feb 2015 15:20:29 -0800 Subject: [PATCH] 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 --- neutron/tests/api/test_v2_rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2