Other messages:
Traceback (most recent call last): File "/Users/jehrlich/workspace/venv/lib/python2.7/site-packages/zopkio/test_runner.py", line 314, in _execute_single_test test.function() File "/Users/jehrlich/workspace/zopkio/examples/server_client/test_suites/base_tests.py", line 40, in test_correctness client_deployer.start("client1", configs={"args": "localhost 8000 1".split(), "sync": True}) File "/Users/jehrlich/workspace/venv/lib/python2.7/site-packages/zopkio/adhoc_deployer.py", line 172, in start chan = better_exec_command(ssh, command, "Failed to start") File "/Users/jehrlich/workspace/venv/lib/python2.7/site-packages/zopkio/remote_host_helper.py", line 80, in better_exec_command exit_status = chan.recv_exit_status() File "/Users/jehrlich/workspace/venv/lib/python2.7/site-packages/paramiko/channel.py", line 307, in recv_exit_status self.status_event.wait() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 618, in wait self.__cond.wait(timeout) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 339, in wait waiter.acquire() KeyboardInterrupt
|