summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorAndrey Pavlov <andrey-mp@yandex.ru>2015-03-21 11:29:41 +0300
committerMatthew Treinish <mtreinish@kortar.org>2015-04-20 19:37:10 +0000
commit9f5ff0847af168721b18f3b1050b8f673e4c40d9 (patch)
tree7ea168acb90f28acddbc518fd3d54b469a359d20 /requirements.txt
parent28aac6b1cf02d4eb1357da4ae475930e15313685 (diff)
downloadtempest-lib-9f5ff0847af168721b18f3b1050b8f673e4c40d9.tar.gz
Migrate ssh.py from tempest
This commit migrates the ssh common module from tempest. This module provides a wrapper around paramiko to provide ssh connectivity to a remote server for testing. At the time of this migration commit the latest Change-Id for the module was: * tempest/common/ssh.py: Ia0de957b681cb924a57af98d99a9389ee234ed5b Change-Id: Iad5ffbfe18690f1b6f178dde31a8ec0d0666c815
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index dd1377e..7162de6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,5 +7,6 @@ fixtures>=0.3.14
iso8601>=0.1.9
jsonschema>=2.0.0,<3.0.0
httplib2>=0.7.5
+paramiko>=1.13.0
six>=1.9.0
oslo.log>=1.0.0,<1.1.0 # Apache-2.0