manila/manila/tests/share
Tom Barron 0f061ac34b 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)
(cherry picked from commit 2793bd5e83)
2019-01-16 21:48:46 +00:00
..
drivers Adjust ssh timeouts 2019-01-16 21:48:46 +00:00
__init__.py Remove reference to 'in-use' state in share manager 2014-07-25 12:06:00 -04:00
test_access.py Add cast_rules_to_readonly to share instances 2017-01-20 22:49:56 +00:00
test_api.py Only return share host for admins using shares API 2017-02-17 00:59:04 +00:00
test_driver.py Fix default approach for share group snapshot creation 2017-02-07 15:04:36 +00:00
test_drivers_private_data.py Remove "host" from driver private data 2016-07-26 14:57:34 +08:00
test_hook.py Add share hooks 2015-09-04 19:04:34 +03:00
test_manager.py Fix migration_success before completing 2017-03-01 14:40:55 -03:00
test_migration.py Merge "Add cast_rules_to_readonly to share instances" 2017-01-21 02:13:27 +00:00
test_rpcapi.py Add mountable snapshots support 2017-01-24 17:26:45 -02:00
test_share_types.py Add mountable snapshots support 2017-01-24 17:26:45 -02:00
test_share_utils.py Implement replication support in huawei driver 2016-08-27 07:47:48 +00:00
test_snapshot_access.py Fix error'ed access rules being sent to driver 2017-01-31 19:17:05 +00:00