Advertisement
Guest User

Untitled

a guest
Dec 12th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. 2014-12-12 21:54:27.416 | Traceback (most recent call last):
  2. 2014-12-12 21:54:27.416 | File "tempest/test.py", line 112, in wrapper
  3. 2014-12-12 21:54:27.416 | return f(self, *func_args, **func_kwargs)
  4. 2014-12-12 21:54:27.416 | File "tempest/scenario/test_encrypted_cinder_volumes.py", line 56, in test_encrypted_cinder_volumes_luks
  5. 2014-12-12 21:54:27.416 | self.attach_detach_volume()
  6. 2014-12-12 21:54:27.416 | File "tempest/scenario/test_encrypted_cinder_volumes.py", line 48, in attach_detach_volume
  7. 2014-12-12 21:54:27.416 | self.nova_volume_attach()
  8. 2014-12-12 21:54:27.417 | File "tempest/scenario/manager.py", line 430, in nova_volume_attach
  9. 2014-12-12 21:54:27.417 | self.volumes_client.wait_for_volume_status(volume['id'], 'in-use')
  10. 2014-12-12 21:54:27.417 | File "tempest/services/volume/json/volumes_client.py", line 183, in wait_for_volume_status
  11. 2014-12-12 21:54:27.417 | raise exceptions.TimeoutException(message)
  12. 2014-12-12 21:54:27.417 | TimeoutException: Request timed out
  13. 2014-12-12 21:54:27.417 | Details: Volume 32bd275d-9bbc-4d59-be35-c4da53a4e9a2 failed to reach in-use status (current: available) within the required time (196 s).
  14. 2014-12-12 21:54:27.417 |
  15. 2014-12-12 21:54:27.417 |
  16. 2014-12-12 21:54:27.417 |
  17. 2014-12-12 21:54:27.417 |
  18. 2014-12-12 21:54:27.417 | ======
  19. 2014-12-12 21:54:27.417 | Totals
  20. 2014-12-12 21:54:27.417 | ======
  21. 2014-12-12 21:54:27.417 | Run: 313 in 1150.057173 sec.
  22. 2014-12-12 21:54:27.417 | - Passed: 225
  23. 2014-12-12 21:54:27.417 | - Skipped: 85
  24. 2014-12-12 21:54:27.417 | - Failed: 3
  25. 2014-12-12 21:54:27.417 |
  26. 2014-12-12 21:54:27.417 | ==============
  27. 2014-12-12 21:54:27.417 | Worker Balance
  28. 2014-12-12 21:54:27.417 | ==============
  29. 2014-12-12 21:54:27.417 | - Worker 0 (18 tests) => 0:08:36.725391s
  30. 2014-12-12 21:54:27.417 | - Worker 1 (15 tests) => 0:05:03.685025s
  31. 2014-12-12 21:54:27.417 | - Worker 2 (18 tests) => 0:01:34.624190s
  32. 2014-12-12 21:54:27.417 | - Worker 3 (37 tests) => 0:01:08.827168s
  33. 2014-12-12 21:54:27.417 | - Worker 4 (13 tests) => 0:01:06.053043s
  34. 2014-12-12 21:54:27.417 | - Worker 5 (76 tests) => 0:02:08.362333s
  35. 2014-12-12 21:54:27.417 | - Worker 6 (75 tests) => 0:01:48.509669s
  36. 2014-12-12 21:54:27.417 | - Worker 7 (61 tests) => 0:01:51.529558s
  37. 2014-12-12 21:54:27.417 | ERROR: InvocationError: '/bin/bash tools/pretty_tox.sh (?!.*\\[.*\\bslow\\b.*\\])((smoke)|(^tempest\\.scenario)) --concurrency=8'
  38. 2014-12-12 21:54:27.417 | ___________________________________ summary ____________________________________
  39. 2014-12-12 21:54:27.418 | ERROR: smoke: commands failed
  40. 2014-12-12 21:54:27.418 | + exit_trap
  41. 2014-12-12 21:54:27.418 | + local r=1
  42. 2014-12-12 21:54:27.418 | Exit code: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement