diff options
3 files changed, 3 insertions, 3 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 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 a444a54f5..60c552cf0 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: latest validation: image_ssh_user: cirros - ssh_timeout: 196 + ssh_timeout: 300 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 141f295b4..93012598b 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: latest validation: image_ssh_user: cirros - ssh_timeout: 196 + ssh_timeout: 300 ip_version_for_ssh: 4 run_validation: true connect_method: floating |