Comment 0 for bug 1358854

Revision history for this message
Valeriy Ponomaryov (vponomaryov) wrote : unittest bug that can be cathed with run_tests.sh

if run unittests with ./run_tests.sh script, we get next error:

======================================================================
FAIL: manila.tests.test_test.IsolationTestCase.test_service_isolation
----------------------------------------------------------------------
Traceback (most recent call last):
_StringException: pythonlogging:'': {{{Starting manila-share node (version 2013.2)}}}

Traceback (most recent call last):
  File "/home/vponomaryov/Documents/python/projects/manila/manila/tests/test_test.py", line 34, in test_service_isolation
    self.start_service('share')
  File "/home/vponomaryov/Documents/python/projects/manila/manila/test.py", line 194, in start_service
    svc.start()
  File "/home/vponomaryov/Documents/python/projects/manila/manila/service.py", line 374, in start
    self.manager.init_host()
  File "/home/vponomaryov/Documents/python/projects/manila/manila/share/manager.py", line 84, in init_host
    share_server=share_server)
  File "/home/vponomaryov/Documents/python/projects/manila/manila/share/drivers/generic.py", line 86, in wrap
    raise exception.ManilaException(_('Share server backend '
ManilaException: Share server backend details missing.