diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-11-07 11:23:38 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-11-07 11:24:47 +0100 |
commit | 91207f39252e0a171f0ca018af81ec909fb5d40e (patch) | |
tree | b5a1c5fcfac903e60b15e10be1243cec407d5ac9 | |
parent | f3ead4dcf8d2f04625ec52d7aadd4cdf1ee8a2ae (diff) |
Skip test_compute_unified_limits in tempest_scenario_cntt
All new features are skipped until RA1 put it as mandatory
https://artifacts.opnfv.org/functest/3LQT9SQ6HYCM/functest-opnfv-functest-smoke-cntt-yoga-tempest_scenario_cntt-run-1/tempest_scenario_cntt/tempest-report.html
Change-Id: I5f2deeee408703ff2d82e0ca26dc0cdd5ef765ec
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit b1a0e9cdb0777e628ce303639c10f422048d4ec0)
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 3 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 5f8f2e93c..1d2aec38b 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -270,7 +270,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 12 + tests_count: 13 description: >- The list of test cases is generated by Tempest automatically and depends on the parameters of @@ -280,6 +280,7 @@ tiers: name: tempest_common args: mode: "\ + (?!.*test_compute_unified_limits)\ (?!.*test_minbw_allocation_placement)\ (?!.*test_network_qos_placement)\ (?!.*test_unified_limits.ImageQuotaTest.test_image_count_uploading_quota)\ diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index cb89ce3eb..1d0af8537 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -851,7 +851,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 12 + tests_count: 13 description: >- The list of test cases is generated by Tempest automatically and depends on the parameters of @@ -861,6 +861,7 @@ tiers: name: tempest_scenario args: mode: "\ + (?!.*test_compute_unified_limits)\ (?!.*test_minbw_allocation_placement)\ (?!.*test_network_qos_placement)\ (?!.*test_unified_limits.ImageQuotaTest.test_image_count_uploading_quota)\ |