From 89866b7d0297f132390101d894d0fc0b68fb51b8 Mon Sep 17 00:00:00 2001 From: vitikkan Date: Fri, 5 Aug 2016 07:18:18 +0300 Subject: 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 --- ci/config_functest.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ci/config_functest.yaml') diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml index e4468208..fb4103d3 100644 --- a/ci/config_functest.yaml +++ b/ci/config_functest.yaml @@ -74,6 +74,8 @@ tempest: tenant_description: Tenant for Tempest test suite user_name: tempest user_password: tempest + validation: + ssh_timeout: 130 private_net_name: tempest-net private_subnet_name: tempest-subnet private_subnet_cidr: 192.168.150.0/24 -- cgit 1.2.3-korg