9d74ee40c6

test_server_wait_method was calling server.wait without having previously called server.start and server.stop. This happened to work because it also injected server._executor_obj. This is problematic, though, as it assumes internal details of the server and does not represent the calling contract of server.wait, which is that it must follow server.stop (which must itself also follow server.start). This change makes the necessary changes to call server.wait in the correct sequence. Change-Id: I205683ac6e0f2d64606bb06d08d3d1419f7645f4
Oslo Messaging Library
The Oslo messaging API supports RPC and notifications over a number of different messaging transports.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/oslo.messaging
- Source: http://git.openstack.org/cgit/openstack/oslo.messaging
- Bugs: http://bugs.launchpad.net/oslo.messaging
Description
Languages
Python
99.8%
Shell
0.2%