diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-07-19 11:14:33 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-07-19 11:18:27 +0200 |
commit | e30947d6cc130a692a01fdfe8d2f4512aac19123 (patch) | |
tree | 8eff98a107f059c1336c677747d45521e7390210 /docker | |
parent | 8f6e397b8528129a29ae1b8dc471f7e37e63924b (diff) |
Use default ssh_timeout (300) in Functest
196 is used in OpenStack gates but it doesn't fit the Functest model.
Functest runs all test cases in parallel vs the same SUT.
https://github.com/openstack/tempest/blob/master/tempest/lib/common/ssh.py#L38
Change-Id: I2db072a3cb691bc200cd4357852cdd8ceda91a1b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 7c999385a25e77fa0603a962b0fbc9824e5139ae)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/smoke-cntt/tempest_conf.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index 74a546a8b..70b8a8867 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: 196 + ssh_timeout: 300 ip_version_for_ssh: 4 run_validation: true connect_method: floating |