]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Mocking ryu plugin notifier in ryu plugin test
authorAkihiro Motoki <motoki@da.jp.nec.com>
Wed, 27 Nov 2013 10:09:01 +0000 (19:09 +0900)
committerAkihiro Motoki <motoki@da.jp.nec.com>
Wed, 27 Nov 2013 12:02:23 +0000 (21:02 +0900)
commitdc2f567df3972465797d4d5b492ac1c243737cfe
tree72e3f2dff9029c31a57bf0b023095e294c5f2219
parentaf64e9522be1e26005471968ff4fef80c143635b
Mocking ryu plugin notifier in ryu plugin test

Previously RPC notifier is not mocked in ryu plugin test and the
plugin tries to send RPC notifications. It may interact with
impl_fake RPC set up in previous tests by other plugin
and sometimes leads to unexpected ovs-vsctl invoking.

Change-Id: I11714a160faa4d3ded7f312c39afba0b426ccd8a
Closes-Bug: #1255421
neutron/tests/unit/ryu/test_ryu_plugin.py