diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-10 09:16:32 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-10 09:21:36 +0200 |
commit | d50fee03056f013fe36a1dafe3e8899c6c2c982e (patch) | |
tree | 28e52bc1a7058054b2504f2b7c0668d5cf0fd813 | |
parent | f39419f93de0f2ef71e3aebaa1ea1c4b45587f81 (diff) |
Update CNTT regexes and counts
It increases neutron-tempest-plugin-api test count to 502.
It skips test_multiattach_rw_volume_update_failure which depends on volume multi-attach.
http://artifacts.opnfv.org/functest/BVDINIZ8P8UC/functest-opnfv-functest-smoke-cntt-latest-neutron-tempest-plugin-api-cntt-run-6/neutron-tempest-plugin-api-cntt/tempest-report.html
http://artifacts.opnfv.org/functest/BVDINIZ8P8UC/functest-opnfv-functest-smoke-cntt-latest-tempest_full_cntt-run-5/tempest_full_cntt/tempest-report.html
Change-Id: Id4d4918ee24ef15f9610e706d6e90dfa3ae2cc43
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 41546b395..b151eff52 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -12,7 +12,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 501 + tests_count: 502 description: >- This test case runs the Tempest suite proposed by the Neutron project. The list of test cases is generated by @@ -188,6 +188,7 @@ tiers: (?!.*test_volume_retype.VolumeRetypeWithMigrationTest)\ (?!.*test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete)\ (?!.*test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete)\ + (?!.*test_volumes_negative.UpdateMultiattachVolumeNegativeTest.test_multiattach_rw_volume_update_failure)\ (?!.*test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume)\ (?!.*\\[.*\\bslow\\b.*\\])(^tempest.api)" option: |