summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/setup_paramiko (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove outdated constraint for paramiko setupMatt Clay2024-03-211-1/+0
|
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-051-2/+1
|
* Clean up setup_paramiko test target.Matt Clay2022-12-179-41/+2
| | | | | - Remove obsolete install/uninstall files. - Use OS packages on Alpine 3.
* Remove COMMAND_WARNINGS and warn (#77411)Martin Krizek2022-03-305-10/+0
| | | | | | * Remove COMMAND_WARNINGS and warn Fixes #77394
* Disable the _distutils_hack in newer setuptools (#76600)Sloane Hertel2021-12-232-0/+4
| | | | | | | * Disable the _distutils_hack in newer setuptools. Doesn't fix the underlying issue of the venv finding the _distutils_hack of a setuptools that is not its own. ci_complete * re-throw blanket
* ansible-test - Add Fedora 35 test container. (#76228)Matt Clay2021-11-052-0/+16
| | | | | | * ansible-test - Add Fedora 35 test container. * Added Fedora 35 to CI and removed Fedora 33 from CI. * Fix dnf integration test. * Fix connection_paramiko_ssh test.
* ansible-test - Add RHEL 9 support. (#76217)Matt Clay2021-11-042-0/+16
| | | | | | | | | | | | | | * Move RHEL pip package install into function. * Add RHEL 9 support to bootstrap script. * ansible-test - Add RHEL 9 support. * Add install and uninstall instructions for RHEL9 to paramiko tests * Skip incidental_inventory_docker_swarm on RHEL 9. * Update dnf tests for rhel9 * Fix prepare_http_tests on RHEL 9. * fix RHEL9 Python discovery tests to match distro map * Skip subversion test on RHEL 9.0b. Co-authored-by: Matt Martz <matt@sivel.net> Co-authored-by: Matt Davis <mrd@redhat.com>
* ansible-test - split controller/target testing (#75605)Matt Clay2021-09-2117-63/+5
|
* [ansible-test] add freebsd/13.0 remote (#74328)Rick Elrod2021-04-214-0/+17
| | | | | | | | | Change: - FreeBSD 13.0 was released on the 13th, add it to ansible-test. Test Plan: - ci_complete Signed-off-by: Rick Elrod <rick@elrod.me>
* Temporary fix for cryptography issues. (#73530)Matt Clay2021-02-088-1/+27
|
* [ansible-test] First attempt at freebsd/11.4 (#72655)Rick Elrod2021-01-222-0/+7
| | | | | | | | | | | | Change: - Try CI against freebsd 11.4 Test Plan: - ci_complete Tickets: - Fixes #48782 Signed-off-by: Rick Elrod <rick@elrod.me>
* Add macOS 11 to CI (#72622)Sam Doran2021-01-114-0/+2
| | | | | * Fix connection_paramiko_ssh test for macOS 11 * Update Azure Pipelines config * Add changelog
* fix paramiko deps for freebsd/12.2Rick Elrod2020-11-094-0/+9
| | | | Signed-off-by: Rick Elrod <rick@elrod.me>
* Changes required for macOS 10.15 (#71841)Matt Martz2020-09-252-0/+10
| | | | | | | | | | | | | | * Use default group of staff on macos to prevent sudo issues * Install gnu-tar for macos in git and unarchive tests * Enable timezone module to support py3 on macos * If the virtualenv command is missing, try python -m virtualenv * Install passlib for filter_core on macos * Install paramiko via pip on macos for paramiko tests * Normalize discovered python interpreter on macos * Get pip tests passing, by ensuring we have wheel installed * Create /etc/ansible for ca certs on mac, list lookup_url as destructive * Fixups for CA certs * Include macos * Dynamically get cafile instead of hardcoding the path
* Fix setup_paramiko test (#71547)Sam Doran2020-08-311-0/+3
|
* Updates to Integration tests to pass against Alpine (#70946)Matt Martz2020-08-072-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start of alpine testing * More updates * Add forgotten file * remove debug * Add alpine3 * equal * group 4 * group 4 * group 5 * Try to decrease test length * libuser only available in testing * Remove debug * Make loops target work on hosts without gnu date * Enable alpine testing * ci_complete * Don't specify uid for creating test user * ci_complete * Re-sort docker completion * use newer container image * ci_complete * fix indentation Co-authored-by: Matt Clay <matt@mystile.com> Co-authored-by: Matt Clay <matt@mystile.com>
* Fix paramiko_ssh test (#64857)Sam Doran2019-11-152-0/+2
|
* Update Paramiko install during tests on RHEL 8.Matt Clay2019-04-092-3/+6
|
* Only use Paramiko in tests when needed. (#54826)Matt Clay2019-04-0626-0/+164