diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-08-01 11:42:04 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-08-01 11:59:26 +0200 |
commit | 33c0ddf9b77d0d096739f20978bcb337166d3a52 (patch) | |
tree | c7bfc1801068cc7490b82a3b963aba744e08e630 | |
parent | d9283c994a5facc293684a3a9a998236c9bf166e (diff) |
Increase check_console_loop to 12
It failed once when deeply testing in parallel [1].
https://build.opnfv.org/ci/job/functest-opnfv-functest-vnf-jerma-vyos_vrouter-run/80/console
Change-Id: Ia70c43d603302d1bed46d984541b0e71461be4c4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 74ef88c1884bb0283236eeba82da834402928a40)
-rw-r--r-- | functest/opnfv_tests/vnf/router/cloudify_vrouter.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/functest/opnfv_tests/vnf/router/cloudify_vrouter.py b/functest/opnfv_tests/vnf/router/cloudify_vrouter.py index c793953d3..82f57ca7b 100644 --- a/functest/opnfv_tests/vnf/router/cloudify_vrouter.py +++ b/functest/opnfv_tests/vnf/router/cloudify_vrouter.py @@ -40,6 +40,8 @@ class CloudifyVrouter(cloudify.Cloudify): flavor_alt_vcpus = 1 flavor_alt_disk = 3 + check_console_loop = 12 + cop_yaml = ("https://github.com/cloudify-cosmo/cloudify-openstack-plugin/" "releases/download/2.14.7/plugin.yaml") cop_wgn = ("https://github.com/cloudify-cosmo/cloudify-openstack-plugin/" |