Created
September 25, 2014 18:26
-
-
Save weissjeffm/83f0b815e892ad5b91b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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