Advertisement
Guest User

Untitled

a guest
Jun 27th, 2013
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. track@track-HP-ProBook-4520s:~/flumotion$ trial flumotion.test.test_component_httpstreamer
  2. flumotion.test.test_component_httpstreamer
  3. TestStreamDataNoPlug
  4. testGetStreamData ... [ERROR]
  5. TestStreamDataPlug
  6. testGetStreamData ... [SKIPPED]
  7.  
  8. ===============================================================================
  9. [SKIPPED]
  10. See #1137
  11.  
  12. flumotion.test.test_component_httpstreamer.TestStreamDataPlug.testGetStreamData
  13. ===============================================================================
  14. [ERROR]
  15. Traceback (most recent call last):
  16. File "/home/track/flumotion/flumotion/test/test_component_httpstreamer.py", line 64, in testGetStreamData
  17. streamData = self.component.getStreamData()
  18. File "/home/track/flumotion/flumotion/component/common/streamer/streamer.py", line 463, in getStreamData
  19. 'url': self.getUrl()}
  20. File "/home/track/flumotion/flumotion/component/common/streamer/streamer.py", line 453, in getUrl
  21. return "http://%s%s%s" % (self.hostname, port_str, self.mountPoint)
  22. exceptions.AttributeError: 'MultifdSinkStreamer' object has no attribute 'hostname'
  23.  
  24. flumotion.test.test_component_httpstreamer.TestStreamDataNoPlug.testGetStreamData
  25. -------------------------------------------------------------------------------
  26. Ran 2 tests in 0.015s
  27.  
  28. FAILED (skips=1, errors=1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement