nuxeo / FunkLoad

Functional and load testing framework for web applications, written in Python
http://funkload.nuxeo.org/
GNU General Public License v2.0
382 stars 83 forks source link

paramiko.AuthenticationException: Authentication failed. in distributed mode #97

Open ramonasuciu opened 11 years ago

ramonasuciu commented 11 years ago

I have encountered this problem when trying to run tests in distributed mode. The Funkload version I am using is 1.17.0.

The error I get is:

Traceback (most recent call last):
  File "/Users/rsuciu/Documents/work/dev_tests/tests_funkload/newf/bin/fl-run-bench", line 8, in <module>
    load_entry_point('funkload==1.17.0', 'console_scripts', 'fl-run-bench')()
  File "build/bdist.macosx-10.7-intel/egg/funkload/BenchRunner.py", line 819, in main
  File "build/bdist.macosx-10.7-intel/egg/funkload/Distributed.py", line 388, in __init__
  File "build/bdist.macosx-10.7-intel/egg/funkload/Distributed.py", line 125, in __init__
  File "/Users/rsuciu/Documents/work/dev_tests/tests_funkload/newf/lib/python2.7/site-packages/paramiko/client.py", line 337, in connect
    self._auth(username, password, pkey, key_filenames, allow_agent, look_for_keys)
  File "/Users/rsuciu/Documents/work/dev_tests/tests_funkload/newf/lib/python2.7/site-packages/paramiko/client.py", line 528, in _auth
    raise saved_exception
paramiko.AuthenticationException: Authentication failed.

Do you know why this might be happening?

Thanks, Ramona