Reviewed: https://review.openstack.org/289732 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=113e59b12ec4f92e8a41b8ec72d4211296def660 Submitter: Jenkins Branch: master
commit 113e59b12ec4f92e8a41b8ec72d4211296def660 Author: Kevin Benton <[email protected]> Date: Sun Mar 6 14:16:34 2016 -0800 Fix tempest lib import in API tests Change Ic2d4cea4f11222fc7b45eb378cfc32974c1be9b6 removed the service_client module and replaced it with rest_client. This updates our code to reflect that. Change-Id: I5f6b0de632703eac6b6f05ae48c44d511f1fda5e Closes-Bug: #1554362 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1554362 Title: neutron api job failing with failure to import tempest service client Status in neutron: Fix Released Bug description: 16-03-08 06:14:02.832 | 2016-03-08 06:14:02.807 | 2016-03-08 06:14:02.835 | 2016-03-08 06:14:02.809 | Failed to import test module: neutron.tests.api.test_extensions 2016-03-08 06:14:02.837 | 2016-03-08 06:14:02.811 | Traceback (most recent call last): 2016-03-08 06:14:02.840 | 2016-03-08 06:14:02.813 | File "/opt/stack/new/neutron/.tox/api/local/lib/python2.7/site-packages/unittest2/loader.py", line 456, in _find_test_path 2016-03-08 06:14:02.849 | 2016-03-08 06:14:02.823 | module = self._get_module_from_name(name) 2016-03-08 06:14:02.854 | 2016-03-08 06:14:02.827 | File "/opt/stack/new/neutron/.tox/api/local/lib/python2.7/site-packages/unittest2/loader.py", line 395, in _get_module_from_name 2016-03-08 06:14:02.862 | 2016-03-08 06:14:02.833 | __import__(name) 2016-03-08 06:14:02.863 | 2016-03-08 06:14:02.837 | File "neutron/tests/api/test_extensions.py", line 18, in <module> 2016-03-08 06:14:02.875 | 2016-03-08 06:14:02.845 | from neutron.tests.api import base 2016-03-08 06:14:02.883 | 2016-03-08 06:14:02.851 | File "neutron/tests/api/base.py", line 21, in <module> 2016-03-08 06:14:02.900 | 2016-03-08 06:14:02.868 | from neutron.tests.api import clients 2016-03-08 06:14:02.904 | 2016-03-08 06:14:02.877 | File "neutron/tests/api/clients.py", line 22, in <module> 2016-03-08 06:14:02.908 | 2016-03-08 06:14:02.881 | from neutron.tests.tempest.services.network.json.network_client import \ 2016-03-08 06:14:02.917 | 2016-03-08 06:14:02.890 | File "neutron/tests/tempest/services/network/json/network_client.py", line 17, in <module> 2016-03-08 06:14:02.925 | 2016-03-08 06:14:02.897 | from tempest.common import service_client 2016-03-08 06:14:02.926 | 2016-03-08 06:14:02.900 | ImportError: cannot import name service_client Caused by: https://github.com/openstack/tempest/commit/3dc695bff93f291d197908e36ef7a962c933b5ba To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1554362/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

