Use default ssh_timeout (300) in Functest 58/70558/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 19 Jul 2020 09:14:33 +0000 (11:14 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 19 Jul 2020 09:16:37 +0000 (11:16 +0200)
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>
docker/smoke-cntt/tempest_conf.yaml
functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml

index 74a546a..70b8a88 100644 (file)
@@ -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
index a444a54..60c552c 100644 (file)
@@ -57,7 +57,7 @@ placement:
     max_microversion: latest
 validation:
     image_ssh_user: cirros
-    ssh_timeout: 196
+    ssh_timeout: 300
     ip_version_for_ssh: 4
     run_validation: true
     connect_method: floating
index 141f295..9301259 100644 (file)
@@ -57,7 +57,7 @@ placement:
     max_microversion: latest
 validation:
     image_ssh_user: cirros
-    ssh_timeout: 196
+    ssh_timeout: 300
     ip_version_for_ssh: 4
     run_validation: true
     connect_method: floating