From 0d9f8f379fa491ac148eb549400a74a74c8687d1 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 24 May 2020 12:04:16 +0200 Subject: Precise validation configs in Neutron MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ServerActionsTestJSON.test_reboot_server_hard [1] sometimes fails in gates. We may increase timeouts if it stills fails. [1] http://artifacts.opnfv.org/functest/LIQH38CPR30X/functest-opnfv-functest-smoke-hunter-tempest_full-run-649/tempest_full/tempest-report.html Change-Id: Ia27c0faead1df5c2b33a3e1a272e5a1010a5a83e Signed-off-by: Cédric Ollivier (cherry picked from commit 7ccc1b0793e32cad3912e63bbca971d5c3ecd724) --- docker/smoke-cntt/tempest_conf.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docker') diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index a1bc23284..4ce4cf42c 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -55,6 +55,12 @@ network-feature-enabled: floating_ips: true placement: max_microversion: "1.10" +validation: + image_ssh_user: cirros + ssh_timeout: 196 + ip_version_for_ssh: 4 + run_validation: true + connect_method: floating volume: max_microversion: 3.43 storage_protocol: ceph -- cgit 1.2.3-korg