manila/manila/tests/share/drivers
Tom Barron 2793bd5e83 Adjust ssh timeouts
Generic driver jobs are failing because of timeouts when
establishing the initial ssh connection from manila-share
to the service VM.

Bump up the default value of the connection timeout for paramiko
client and also set the banner timeout since the failure occurred
during banner exchange.  Set the two timeouts to the same value
for now.  This ensures that the connection timeout is at least as
long as the banner timeout and there is no current need in manila
to control these independently.

This is more of a workaround than a real fix since a real fix
would remove the delay during banner exchange.  I suspect that
the real fix will need to be in neutron/ovs though.

Change-Id: Ib5e59faaf9667b9cb5e7d4072531b7d6c3d4da39
Partial-bug: #1807216
(cherry picked from commit 7548706b09)
(cherry picked from commit 8919db0186)
(cherry picked from commit 2abde73d1e)
2019-01-09 15:55:50 +00:00
..
cephfs Enable IPv6 in manila(network plugins and drivers) 2017-07-27 18:28:15 +08:00
container Enable IPv6 in manila(network plugins and drivers) 2017-07-27 18:28:15 +08:00
dell_emc Enable IPv6 in manila(network plugins and drivers) 2017-07-27 18:28:15 +08:00
ganesha cephfs/driver: add nfs protocol support 2017-06-19 15:38:38 +05:30
glusterfs Enable IPv6 in manila(network plugins and drivers) 2017-07-27 18:28:15 +08:00
hdfs Enable IPv6 in manila(network plugins and drivers) 2017-07-27 18:28:15 +08:00
hitachi Adjust ssh timeouts 2019-01-09 15:55:50 +00:00
hpe Removed unnecessary setUp() calls in tests 2017-08-02 12:47:34 +00:00
huawei Change a parameter key for CIFS mounting command 2018-04-04 08:42:40 +08:00
ibm Use parenthesis instead of backslashes in tests folder 2017-06-19 17:56:01 +08:00
maprfs Fix 3 CI breakages 2017-03-02 18:22:40 +02:00
netapp NetApp ONTAP: Fix delete-share for vsadmin users 2018-07-23 14:23:45 +00:00
nexenta Nexenta: adding share drivers for NexentaStor 2016-09-01 18:06:14 +03:00
qnap Add QNAP Manila Driver 2017-01-21 21:46:15 +08:00
quobyte Use volume_uuid in _resize_share of Quobyte Driver 2018-10-17 21:28:00 +00:00
tegile Clean imports in code 2016-08-26 16:46:07 +07:00
windows Fix unit test failures in gate 2017-05-07 14:50:01 -04:00
zfsonlinux [ZFSOnLinux] Retry unmounting old datasets during manage 2018-09-25 11:55:47 +00:00
zfssa Replace 'assertEqual(None, ...)' with 'assertIsNone(...)' 2016-11-03 16:45:23 +08:00
__init__.py EMC Manila driver 2014-08-23 14:49:18 -04:00
dummy.py Enable some off-by-default checks 2017-08-03 16:13:32 +08:00
test_ganesha.py cephfs/driver: add nfs protocol support 2017-06-19 15:38:38 +05:30
test_generic.py Fix share-service VM restart problem 2018-06-08 02:22:10 +00:00
test_glusterfs.py Use parenthesis instead of backslashes in tests folder 2017-06-19 17:56:01 +08:00
test_helpers.py Fix NFSHelper 0-length netmask bug 2017-08-03 14:07:46 +00:00
test_lvm.py Fix multiple issues with revert to snapshot in LVM 2017-08-02 16:48:40 -04:00
test_service_instance.py Merge "Raise error when image status is not active" into stable/pike 2018-03-21 18:20:13 +00:00