Created
August 19, 2014 18:30
-
-
Save weissjeffm/2c00b551a416374f19b1 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]$ scripts/dockerbot/dockerbot.py --appliance-name Upstream --pytest 'py.test cfme/tests/infrastructure/test_retirement.py' | |
| ================================================================== | |
| ____ __ ____ __ | |
| : / __ \____ _____/ /_____ _____/ __ )____ / /_ | |
| [* *] / / / / __ \/ ___/ //_/ _ \/ ___/ __ / __ \/ __/ | |
| -[___]- / /_/ / /_/ / /__/ ,< / __/ / / /_/ / /_/ / /_ | |
| /_____/\____/\___/_/|_|\___/_/ /_____/\____/\__/ | |
| ================================================================== | |
| APPLIANCE: http://10.8.59.214 (Upstream) | |
| PYTEST Command: py.test cfme/tests/infrastructure/test_retirement.py --capture=no | |
| VNC_PORT: 52046 | |
| REPO: https://github.com/RedHatQE/cfme_tests | |
| BROWSER: firefox | |
| BRANCH: origin/master | |
| LOG_ID: 7M7vrSMt | |
| JSON: 43366 | |
| SMTP: 46344 | |
| Press Ctrl+C to kill tests + containers | |
| Traceback (most recent call last): | |
| File "scripts/dockerbot/dockerbot.py", line 373, in <module> | |
| ab = DockerBot(**vars(args)) | |
| File "scripts/dockerbot/dockerbot.py", line 116, in __init__ | |
| pytest.remove() | |
| File "scripts/dockerbot/dockerbot.py", line 44, in remove | |
| dc.remove_container(self.container_id, v=True) | |
| File "/home/jweiss/.virtualenvs/cfme/lib/python2.7/site-packages/docker/client.py", line 733, in remove_container | |
| params=params) | |
| File "/home/jweiss/.virtualenvs/cfme/lib/python2.7/site-packages/docker/client.py", line 77, in _delete | |
| return self.delete(url, **self._set_request_timeout(kwargs)) | |
| File "/home/jweiss/.virtualenvs/cfme/lib/python2.7/site-packages/requests/sessions.py", line 527, in delete | |
| return self.request('DELETE', url, **kwargs) | |
| File "/home/jweiss/.virtualenvs/cfme/lib/python2.7/site-packages/requests/sessions.py", line 456, in request | |
| resp = self.send(prep, **send_kwargs) | |
| File "/home/jweiss/.virtualenvs/cfme/lib/python2.7/site-packages/requests/sessions.py", line 559, in send | |
| r = adapter.send(request, **kwargs) | |
| File "/home/jweiss/.virtualenvs/cfme/lib/python2.7/site-packages/requests/adapters.py", line 384, in send | |
| raise Timeout(e, request=request) | |
| requests.exceptions.Timeout: UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment