Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FAIL: tests.unit.rally_jobs.test_jobs.RallyJobsTestCase.test_schema_is_valid
- tags: worker-3
- ----------------------------------------------------------------------
- Empty attachments:
- stderr
- stdout: {{{
- Traceback (most recent call last):
- File "tests/unit/rally_jobs/test_jobs.py", line 56, in test_schema_is_valid
- task = yaml.safe_load(task)
- File "/home/karlsone/projects/openstack/rally/.tox/py27/local/lib/python2.7/site-packages/yaml/__init__.py", line 93, in safe_load
- return load(stream, SafeLoader)
- File "/home/karlsone/projects/openstack/rally/.tox/py27/local/lib/python2.7/site-packages/yaml/__init__.py", line 71, in load
- return loader.get_single_data()
- File "/home/karlsone/projects/openstack/rally/.tox/py27/local/lib/python2.7/site-packages/yaml/constructor.py", line 37, in get_single_data
- node = self.get_single_node()
- File "/home/karlsone/projects/openstack/rally/.tox/py27/local/lib/python2.7/site-packages/yaml/composer.py", line 39, in get_single_node
- if not self.check_event(StreamEndEvent):
- File "/home/karlsone/projects/openstack/rally/.tox/py27/local/lib/python2.7/site-packages/yaml/parser.py", line 98, in check_event
- self.current_event = self.state()
- File "/home/karlsone/projects/openstack/rally/.tox/py27/local/lib/python2.7/site-packages/yaml/parser.py", line 174, in parse_document_start
- self.peek_token().start_mark)
- ParserError: expected '<document start>', but found '<block sequence start>'
- in "<unicode string>", line 160, column 2:
- -
- ^
- }}}
- Traceback (most recent call last):
- File "/home/karlsone/projects/openstack/rally/.tox/py27/local/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched
- return func(*args, **keywargs)
- File "tests/unit/rally_jobs/test_jobs.py", line 62, in test_schema_is_valid
- self.fail("Wrong task input file: %s" % full_path)
- File "/home/karlsone/projects/openstack/rally/.tox/py27/local/lib/python2.7/site-packages/unittest2/case.py", line 690, in fail
- raise self.failureException(msg)
- AssertionError: Wrong task input file: tests/unit/rally_jobs/../../../rally-jobs/rally-designate.yaml
- Ran 2208 tests in 16.174s (+0.722s)
- FAILED (id=28, failures=1 (+1))
- error: testr failed (1)
- ERROR: InvocationError: '/home/karlsone/projects/openstack/rally/.tox/py27/bin/python setup.py testr --slowest --testr-args='
- ____________________________________________________________________________________________________________ summary _____________________________________________________________________________________________________________
- ERROR: py27: commands failed
Advertisement
Add Comment
Please, Sign In to add comment