Only use Paramiko in tests when needed. (#54826)

This commit is contained in:
Matt Clay
2019-04-05 17:31:33 -07:00
committed by GitHub
parent c309570540
commit ab7f810874
33 changed files with 182 additions and 12 deletions

View File

@@ -1,2 +1,4 @@
needs/ssh
shippable/posix/group3
needs/target/setup_paramiko
destructive # potentially installs/uninstalls OS packages via setup_paramiko

View File

@@ -1 +0,0 @@
../connection_posix/test.sh

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -eux
source ../setup_paramiko/setup.sh
./test.sh

View File

@@ -0,0 +1 @@
../connection_posix/test.sh