diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-24 12:04:16 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-24 12:09:16 +0200 |
commit | e77f90779c44320299caaff6a38495aa8d2e5849 (patch) | |
tree | c58ff412e8d987ccc9babfbbe82301f315b383ea /docker/smoke-cntt | |
parent | 1307d0ee91a83655a4cbeac21ac7b4b1a265350f (diff) |
Precise validation configs in Neutron
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 <cedric.ollivier@orange.com>
(cherry picked from commit 7ccc1b0793e32cad3912e63bbca971d5c3ecd724)
Diffstat (limited to 'docker/smoke-cntt')
-rw-r--r-- | docker/smoke-cntt/tempest_conf.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index 01fed476e..0c2aa3bd5 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -56,6 +56,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 |