summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorboucherv <valentin.boucher@orange.com>2016-07-13 16:48:28 +0200
committerboucherv <valentin.boucher@orange.com>2016-07-13 17:30:22 +0200
commit4cc4bc0f88091246ac1bf3dcea89e4b281d64e1e (patch)
tree4e9fe02e9f7ee40d6375be83455b997ab6b7ed61 /docker
parent94cb165d12487fccd83864788728c6f103b4cb50 (diff)
Improve timeout management with python
JIRA: FUNCTEST-368 Change-Id: I9f7a6adc807c63694fc5d9fb8a81ad1d2d9d3225 Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/requirements.pip3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/requirements.pip b/docker/requirements.pip
index 88fa74de0..fa6681e8e 100644
--- a/docker/requirements.pip
+++ b/docker/requirements.pip
@@ -22,4 +22,5 @@ Flask==0.10.1
xmltodict==0.9.2
scp==0.10.2
paramiko==1.16.0
-python-congressclient==1.3.0 \ No newline at end of file
+python-congressclient==1.3.0
+subprocess32 \ No newline at end of file