]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Mock cinder.wsgi.Server in TestWSGIService
authorgit-harry <git-harry@live.co.uk>
Thu, 13 Nov 2014 21:50:23 +0000 (21:50 +0000)
committergit-harry <git-harry@live.co.uk>
Thu, 13 Nov 2014 21:50:23 +0000 (21:50 +0000)
commitb16ef6d0212b27cc53fdd88d505f344a6195badd
treea038e0b68dbef4af35d25dea44e4f364b47e0c51
parentbf0efda6424bfcc56ba331160cdaf2b61248c4c7
Mock cinder.wsgi.Server in TestWSGIService

The fixed tests were binding to port 8776. These unit tests should not
be starting the wsgi app and so the class has been mocked.

Change-Id: I52b8ce4788741a0802d4d91d413474101542a3e0
Closes-bug: #1392498
cinder/tests/test_service.py