ansible/test/units/module_utils/basic
Will Thames 103ede26df Ensure ssh hostkey checks respect server port (#20840)
* Add tests for `get_fqdn_and_port` method.

Currently tests verify original behavior - returning default `ssh-keyscan` port
Add test around `add_host_key` to verify underlying command arguments
Add some new expectations for `get_fqdn_and_port`
Test that non-standard port is passed to `ssh-keyscan` command

* Ensure ssh hostkey checks respect server port

ssh-keyscan will default to getting the host key for port 22.
If the ssh service is running on a different port, ssh-keyscan
will need to know this.

Tidy up minor flake8 issues

* Update known_hosts tests for port being None

Ensure that git urls don't try and set port when a path
is specified

Update known_hosts tests to meet flake8

* Fix stdin swap context for test_known_hosts

Move test_known_hosts from under basic, as it is its own library.
Remove module_utils.known_hosts from pep8 legacy files list
2017-02-15 11:47:57 -08:00
..
__init__.py
test__log_invocation.py Legacy pep8 updates for setup.py and tests 2017-02-11 16:04:52 -08:00
test_deprecate_warn.py Don't mix deprecations messages with warnings messages (#21337) 2017-02-13 23:49:39 -05:00
test_exit_json.py
test_heuristic_log_sanitize.py
test_log.py
test_no_log.py
test_run_command.py Unittests for some of module_common.py (#20812) 2017-01-30 13:51:27 -08:00
test_safe_eval.py
test_set_mode_if_different.py Fix test which fails on some python 2.6 installs. 2017-02-08 14:06:40 -08:00