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 729bcfbc4..e4c88b8b0 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -58,7 +58,7 @@ placement: max_microversion: "1.10" 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 2e09e7198..be18a3662 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -58,7 +58,7 @@ placement: max_microversion: 1.31 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 e4a6099b6..0c878c6ee 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 @@ -58,7 +58,7 @@ placement: max_microversion: 1.31 validation: image_ssh_user: cirros - ssh_timeout: 300 + ssh_timeout: 196 ip_version_for_ssh: 4 run_validation: true connect_method: floating |