]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Make sure we call BaseTestCase.setUp() first
authorIhar Hrachyshka <ihrachys@redhat.com>
Tue, 3 Jun 2014 19:05:20 +0000 (21:05 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Tue, 17 Jun 2014 19:56:24 +0000 (21:56 +0200)
commit0d81fea2ff5f5e2dccadafb07a6b14154910dea8
treebbaafe905f08aed88592bc56dd9462381ec0b0a1
parent9e6b0ad9c622d724f7428da758f5fd30ae5bb875
Make sure we call BaseTestCase.setUp() first

Some test cases instantiate RPC clients in setUp() before calling to
super(). After we port to oslo.messaging, we'll initialize RPC layer in
BaseTestCase, so we should make sure we call there before proceeding
with clients in subclasses.

blueprint oslo-messaging

Change-Id: I6fdcba0ba690c75d1a472b3ad050c21f5f53a1d0
neutron/tests/unit/openvswitch/test_agent_scheduler.py
neutron/tests/unit/vmware/test_agent_scheduler.py