Skip to content

Instantly share code, notes, and snippets.

@weissjeffm
Created September 25, 2014 18:26
Show Gist options
  • Select an option

  • Save weissjeffm/83f0b815e892ad5b91b3 to your computer and use it in GitHub Desktop.

Select an option

Save weissjeffm/83f0b815e892ad5b91b3 to your computer and use it in GitHub Desktop.
(cfme)[jweiss@localhost cfme_tests]$ py.test -s -v cfme/tests/cloud/test_cloud_timelines.py
Traceback (most recent call last):
File "/home/jweiss/workspace/cfme_tests/utils/artifactor_start.py", line 3, in <module>
from artifactor import Artifactor, initialize
ImportError: No module named artifactor
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/home/jweiss/.virtualenvs/cfme/lib/python2.7/site-packages/_pytest/main.py", line 80, in wrap_session
INTERNALERROR> config.do_configure()
INTERNALERROR> File "/home/jweiss/.virtualenvs/cfme/lib/python2.7/site-packages/_pytest/config.py", line 618, in do_configure
INTERNALERROR> self.hook.pytest_configure(config=self)
INTERNALERROR> File "/home/jweiss/.virtualenvs/cfme/lib/python2.7/site-packages/_pytest/core.py", line 413, in __call__
INTERNALERROR> return self._docall(methods, kwargs)
INTERNALERROR> File "/home/jweiss/.virtualenvs/cfme/lib/python2.7/site-packages/_pytest/core.py", line 424, in _docall
INTERNALERROR> res = mc.execute()
INTERNALERROR> File "/home/jweiss/.virtualenvs/cfme/lib/python2.7/site-packages/_pytest/core.py", line 315, in execute
INTERNALERROR> res = method(**kwargs)
INTERNALERROR> File "/home/jweiss/workspace/cfme_tests/fixtures/artifactor_plugin.py", line 81, in pytest_configure
INTERNALERROR> num_sec=10, message="wait for artifactor to start")
INTERNALERROR> File "/home/jweiss/workspace/cfme_tests/utils/wait.py", line 88, in wait_for
INTERNALERROR> raise TimedOutError("Could not do %s in time" % message)
INTERNALERROR> TimedOutError: Could not do wait for artifactor to start in time
(cfme)[jweiss@localhost cfme_tests]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment