zykes

Untitled

Dec 9th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. FAIL: tests.unit.rally_jobs.test_jobs.RallyJobsTestCase.test_schema_is_valid
  2. tags: worker-3
  3. ----------------------------------------------------------------------
  4. Empty attachments:
  5. stderr
  6.  
  7. stdout: {{{
  8. Traceback (most recent call last):
  9. File "tests/unit/rally_jobs/test_jobs.py", line 56, in test_schema_is_valid
  10. task = yaml.safe_load(task)
  11. File "/home/karlsone/projects/openstack/rally/.tox/py27/local/lib/python2.7/site-packages/yaml/__init__.py", line 93, in safe_load
  12. return load(stream, SafeLoader)
  13. File "/home/karlsone/projects/openstack/rally/.tox/py27/local/lib/python2.7/site-packages/yaml/__init__.py", line 71, in load
  14. return loader.get_single_data()
  15. File "/home/karlsone/projects/openstack/rally/.tox/py27/local/lib/python2.7/site-packages/yaml/constructor.py", line 37, in get_single_data
  16. node = self.get_single_node()
  17. File "/home/karlsone/projects/openstack/rally/.tox/py27/local/lib/python2.7/site-packages/yaml/composer.py", line 39, in get_single_node
  18. if not self.check_event(StreamEndEvent):
  19. File "/home/karlsone/projects/openstack/rally/.tox/py27/local/lib/python2.7/site-packages/yaml/parser.py", line 98, in check_event
  20. self.current_event = self.state()
  21. File "/home/karlsone/projects/openstack/rally/.tox/py27/local/lib/python2.7/site-packages/yaml/parser.py", line 174, in parse_document_start
  22. self.peek_token().start_mark)
  23. ParserError: expected '<document start>', but found '<block sequence start>'
  24. in "<unicode string>", line 160, column 2:
  25. -
  26. ^
  27. }}}
  28.  
  29. Traceback (most recent call last):
  30. File "/home/karlsone/projects/openstack/rally/.tox/py27/local/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched
  31. return func(*args, **keywargs)
  32. File "tests/unit/rally_jobs/test_jobs.py", line 62, in test_schema_is_valid
  33. self.fail("Wrong task input file: %s" % full_path)
  34. File "/home/karlsone/projects/openstack/rally/.tox/py27/local/lib/python2.7/site-packages/unittest2/case.py", line 690, in fail
  35. raise self.failureException(msg)
  36. AssertionError: Wrong task input file: tests/unit/rally_jobs/../../../rally-jobs/rally-designate.yaml
  37. Ran 2208 tests in 16.174s (+0.722s)
  38. FAILED (id=28, failures=1 (+1))
  39. error: testr failed (1)
  40. ERROR: InvocationError: '/home/karlsone/projects/openstack/rally/.tox/py27/bin/python setup.py testr --slowest --testr-args='
  41. ____________________________________________________________________________________________________________ summary _____________________________________________________________________________________________________________
  42. ERROR: py27: commands failed
Advertisement
Add Comment
Please, Sign In to add comment