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

SSH hosts are treated very differently from CLI and configs. #29

Open amcfague opened 13 years ago

amcfague commented 13 years ago

When specifying usernames and passwords for the host, I expect the format to be the same on both the command line on the config. I.e., on the command line:

fl-run-bench --distribute --distribute-workers=amcfague@github.com

...will be parsed out correctly (username=amcfague, host=github.com). When specifying the same line in the config file, it treats the entire string as the hostname. While the config file DOES allow you to specify a global username for all hosts, it doesn't make sense to circumvent the normal SSH URI.