diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-08-01 11:43:42 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-08-01 11:59:33 +0200 |
commit | 2c33ced357e325089c315a4331cd3e48c053014f (patch) | |
tree | 4185a94d85b886a76a6d53729d48d5c3981e86a5 | |
parent | 33c0ddf9b77d0d096739f20978bcb337166d3a52 (diff) |
Revert ssh_timeout to 196 in Functest
The race condition has been fixed [1] and we can try the timeout used
in OpenStack gates.
[1] https://gerrit.opnfv.org/gerrit/c/functest/+/70606
Change-Id: Iaf8b260c743c1fd0088d31060a43b1788545743c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit b9dab9d9dcff803b71ce42ad26578f14ed448cb3)
3 files changed, 3 insertions, 3 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index 70b8a8867..74a546a8b 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -57,7 +57,7 @@ placement: max_microversion: 1.36 validation: image_ssh_user: cirros - ssh_timeout: 300 + ssh_timeout: 196 ip_version_for_ssh: 4 run_validation: true connect_method: floating diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml index 994edba22..dd55ffbe8 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -57,7 +57,7 @@ placement: max_microversion: 1.36 validation: image_ssh_user: cirros - ssh_timeout: 300 + ssh_timeout: 196 ip_version_for_ssh: 4 run_validation: true connect_method: floating diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml index 45e8f9a41..6bc70d455 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml @@ -57,7 +57,7 @@ placement: max_microversion: 1.36 validation: image_ssh_user: cirros - ssh_timeout: 300 + ssh_timeout: 196 ip_version_for_ssh: 4 run_validation: true connect_method: floating |