Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Created September 12, 2014 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7b00b048cb655de8bb8f to your computer and use it in GitHub Desktop.
Save anonymous/7b00b048cb655de8bb8f to your computer and use it in GitHub Desktop.
2014-09-11 22:48:52.949 | Traceback (most recent call last):
2014-09-11 22:48:52.949 | File "/home/jenkins/workspace/rally-coverage/.tox/cover/local/lib/python2.7/site-packages/mock.py", line 1201, in patched
2014-09-11 22:48:52.949 | return func(*args, **keywargs)
2014-09-11 22:48:52.949 | File "tests/benchmark/scenarios/vm/test_vmtasks.py", line 62, in test_network_boot_runcommand
2014-09-11 22:48:52.949 | port=22, use_floatingip=True, fakearg="f")
2014-09-11 22:48:52.949 | File "rally/benchmark/scenarios/vm/vmtasks.py", line 74, in network_boot_runcommand
2014-09-11 22:48:52.949 | router = self._create_router({})
2014-09-11 22:48:52.949 | File "rally/benchmark/scenarios/base.py", line 257, in func_atomic_actions
2014-09-11 22:48:52.950 | f = func(self, *args, **kwargs)
2014-09-11 22:48:52.950 | File "rally/benchmark/scenarios/neutron/utils.py", line 114, in _create_router
2014-09-11 22:48:52.950 | return self.clients("neutron"
2014-09-11 22:48:52.950 | File "rally/benchmark/scenarios/base.py", line 204, in clients
2014-09-11 22:48:52.950 | return getattr(self._clients, client_type)()
2014-09-11 22:48:52.950 | AttributeError: 'NoneType' object has no attribute 'neutron'
2014-09-11 22:48:52.950 | ======================================================================
2014-09-11 22:48:52.950 | FAIL: tests.doc.test_task_samples.TaskSampleTestCase.test_schema_is_valid
2014-09-11 22:48:52.950 | tags: worker-3
2014-09-11 22:48:52.950 | ----------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment