-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added optional list of host output return type from run_command. * Updated documentation for optional new output. Updated new output tests. * Added new single client holding object to parallel client to handle new output return type. * Updated paramiko parallel client for base changes to host client object type. Removed flaky paramiko tests (client deprecated). * Updated gitignore * Updated travis and appveyor python versions. * Added single client disconnection on parallel client deletion - resolves #175 * Added socket closed test on parallel client deletion. * Switched tests to pytest. * Rebuild cython sources. * Skip flaky test on py2 * Switched manylinux builds to 2010 * Updated changelog. Added client.cmds test for new output. Added check for output type in get_output.
- Loading branch information
Showing
19 changed files
with
654 additions
and
322 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.