You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/plugins
Jordan Borean 40a2fbe50a
ssh and psrp - Support more complex characters in fetch_file (#83753) (#83816) (#83848)
* ssh and psrp - Support more complex chars in fetch_file

Fixes the psrp and ssh (with piped) fetch function to work with paths
that contains glob like characters in the path. For Windows this was
needed when using paths that contain `[]` in the path. For ssh this was
a problem with FreeBSD when using the piped transfer method with similar
characters.

Also tidies up the psrp logic to not inject the paths and buffer size
in the script but pass it as an object through an argument/parameter.

* Fix sanity check

(cherry picked from commit 520fa688ba)
1 year ago
..
action Replace `reboot_command` integration test with unit tests (#78956) 3 years ago
become better handling of sudo flag replacement (#76389) 4 years ago
cache Fix pointless statements in unit tests (#79940) 3 years ago
callback Use unittest.mock instead of mock. (#77883) 4 years ago
connection connection plugins: extras fix (#83353) (#83820) 1 year ago
filter Fix set filters to use set operations (#81639) 2 years ago
inventory Fix constructed inventory plugin unit test (#81481) 2 years ago
loader_fixtures Clean up unit test boilerplate. 6 years ago
lookup Remove unreachable code in password lookup test (#81482) 2 years ago
shell ssh and psrp - Support more complex characters in fetch_file (#83753) (#83816) (#83848) 1 year ago
strategy Remove unused strategy plugin unit tests (#81146) 3 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
test_plugins.py Fix pylint disallowed-name errors (#80854) 3 years ago