mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Only use Paramiko in tests when needed. (#54826)
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
needs/ssh
|
||||
shippable/posix/group3
|
||||
needs/target/setup_paramiko
|
||||
destructive # potentially installs/uninstalls OS packages via setup_paramiko
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
../connection_posix/test.sh
|
||||
7
test/integration/targets/connection_paramiko_ssh/runme.sh
Executable file
7
test/integration/targets/connection_paramiko_ssh/runme.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eux
|
||||
|
||||
source ../setup_paramiko/setup.sh
|
||||
|
||||
./test.sh
|
||||
1
test/integration/targets/connection_paramiko_ssh/test.sh
Symbolic link
1
test/integration/targets/connection_paramiko_ssh/test.sh
Symbolic link
@@ -0,0 +1 @@
|
||||
../connection_posix/test.sh
|
||||
Reference in New Issue
Block a user