diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-10-12 11:51:20 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-10-12 11:51:20 +0200 |
commit | 1a747bdd11c4a75a1f3ef5eb56828aad3f75ebb6 (patch) | |
tree | 8e2241a1a1a0f57ecdda47ddcb9008c49278c106 | |
parent | 44eca0182465f732ebf5bbaaa20116829a06633e (diff) |
Update tempest plugin test counts
http://artifacts.opnfv.org/functest/0V6VK1CX6MXV/functest-opnfv-functest-smoke-cntt-xena-tempest_neutron_cntt-run-1/tempest_neutron_cntt/tempest-report.html
http://artifacts.opnfv.org/functest/39VVHMHL4G7J/functest-opnfv-functest-smoke-cntt-xena-tempest_heat_cntt-run-1/tempest_heat_cntt/tempest-report.html
Change-Id: I62c76e4d34f4bf840f0e6e0b4b201b16f3ab4d8e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 5 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 44b237d96..427f4e333 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -11,7 +11,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 546 + tests_count: 550 description: >- This test case runs the Tempest suite proposed by the Neutron project. The list of test cases is generated by @@ -132,6 +132,9 @@ tiers: mode: "(?!.*functional.test_lbaasv2)\ (?!.*functional.test_encryption_vol_type)\ (?!.*RemoteStackTest.test_stack_create_with_cloud_credential)\ + (?!.*functional.test_event_sinks)\ + (?!.*functional.test_software_config.ZaqarSignalTransportTest)\ + (?!.*functional.test_waitcondition.ZaqarWaitConditionTest)\ (?!.*scenario.test_aodh_alarm)\ (?!.*tests.scenario.test_autoscaling_lb)\ (?!.*scenario.test_autoscaling_lbv2)\ diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 8d55b5965..91399bafb 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -533,7 +533,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 546 + tests_count: 550 description: >- This test case runs the Tempest suite proposed by the Neutron project. The list of test cases is generated by @@ -653,6 +653,9 @@ tiers: mode: "(?!.*functional.test_lbaasv2)\ (?!.*functional.test_encryption_vol_type)\ (?!.*RemoteStackTest.test_stack_create_with_cloud_credential)\ + (?!.*functional.test_event_sinks)\ + (?!.*functional.test_software_config.ZaqarSignalTransportTest)\ + (?!.*functional.test_waitcondition.ZaqarWaitConditionTest)\ (?!.*scenario.test_aodh_alarm)\ (?!.*tests.scenario.test_autoscaling_lb)\ (?!.*scenario.test_autoscaling_lbv2)\ |