← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1789322] Re: ImportError: cannot import name fake_notifier

 

Reviewed:  https://review.openstack.org/596971
Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=5519d771e4a897f39f03acb4df468e531233833c
Submitter: Zuul
Branch:    master

commit 5519d771e4a897f39f03acb4df468e531233833c
Author: YAMAMOTO Takashi <yamamoto@xxxxxxxxxxxx>
Date:   Tue Aug 28 11:28:09 2018 +0900

    Switch to neutron-lib version of fake_notifier
    
    Closes-Bug: #1789322
    Change-Id: I8bfc49ee9701583c2004a7475d15d66e5bd22d0f


** 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/1789322

Title:
  ImportError: cannot import name fake_notifier

Status in neutron:
  Fix Released

Bug description:
  eg. http://logs.openstack.org/87/199387/121/check/openstack-tox-
  py27/9567b48/job-output.txt.gz

  2018-08-27 00:50:08.241865 | ubuntu-xenial | Failed to import test module: midonet.neutron.tests.unit.test_extension_fwaas
  2018-08-27 00:50:08.241970 | ubuntu-xenial | Traceback (most recent call last):
  2018-08-27 00:50:08.242331 | ubuntu-xenial |   File "/home/zuul/src/git.openstack.org/openstack/networking-midonet/.tox/py27/local/lib/python2.7/site-packages/unittest2/loader.py", line 456, in _find_test_path
  2018-08-27 00:50:08.242478 | ubuntu-xenial |     module = self._get_module_from_name(name)
  2018-08-27 00:50:08.242857 | ubuntu-xenial |   File "/home/zuul/src/git.openstack.org/openstack/networking-midonet/.tox/py27/local/lib/python2.7/site-packages/unittest2/loader.py", line 395, in _get_module_from_name
  2018-08-27 00:50:08.242940 | ubuntu-xenial |     __import__(name)
  2018-08-27 00:50:08.243136 | ubuntu-xenial |   File "midonet/neutron/tests/unit/test_extension_fwaas.py", line 18, in <module>
  2018-08-27 00:50:08.243339 | ubuntu-xenial |     from neutron_fwaas.tests.unit.services.firewall import test_fwaas_plugin as tfp
  2018-08-27 00:50:08.243793 | ubuntu-xenial |   File "/home/zuul/src/git.openstack.org/openstack/networking-midonet/.tox/py27/local/lib/python2.7/site-packages/neutron_fwaas/tests/unit/services/firewall/test_fwaas_plugin.py", line 20, in <module>
  2018-08-27 00:50:08.243906 | ubuntu-xenial |     from neutron.tests import fake_notifier
  2018-08-27 00:50:08.244014 | ubuntu-xenial | ImportError: cannot import name fake_notifier

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1789322/+subscriptions


References