Reduced timeout for SSH connection attempt in tempest.conf 67/18067/2
authorvitikkan <viktor.tikkanen@nokia.com>
Fri, 5 Aug 2016 04:18:18 +0000 (07:18 +0300)
committervitikkan <viktor.tikkanen@nokia.com>
Fri, 5 Aug 2016 05:34:25 +0000 (08:34 +0300)
commit89866b7d0297f132390101d894d0fc0b68fb51b8
tree16876a30e194409bb336e13fdb897b15b0fd5d53
parent7567f9a46e01e9c88e8cab4a5b634f4f91fb31a6
Reduced timeout for SSH connection attempt in tempest.conf

Some tempest test cases try to establish SSH connection to
Cirros VMs using default 300s timeout. Since Cirros VMs send
only three DHCP requests with 1 minute interval, future SSH
connection attempts will most probably fail if DHCP response
will not be received right after third request. For that reason
the optimal timeout is slightly above 2 minutes.

JIRA: FUNCTEST-378

Change-Id: I57415ad37a85cd84887d3cac4f7a44f7e145d820
Signed-off-by: vitikkan <viktor.tikkanen@nokia.com>
ci/config_functest.yaml
testcases/OpenStack/tempest/run_tempest.py