diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-27 14:05:53 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-07-15 00:38:09 +0200 |
commit | 61774fb816fa447c7c706d0730a61e5d1b830efb (patch) | |
tree | c774bed294de759ab38f9e9cd8dc8e746c360496 | |
parent | 185e1b9401806a2c3c7810705cf1ecbd4e6cb027 (diff) |
Enable back manage_snapshot testing in CNTT
Baraque selects Train:
https://github.com/cntt-n/CNTT/pull/1782
https://github.com/cntt-n/CNTT/pull/1783
Change-Id: Ie715a86cf6129ab5b51bf9e0ec07f326c0f86ccb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 31bf59e9ecefbf6c917638d2ab4c13f635f8f622)
-rw-r--r-- | docker/smoke-cntt/tempest_conf.yaml | 2 | ||||
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 3 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 3 |
3 files changed, 3 insertions, 5 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index fc36a8786..aa9537114 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -71,7 +71,7 @@ volume-feature-enabled: backup: true snapshot: true clone: true - manage_snapshot: false + manage_snapshot: true manage_volume: true extend_attached_volume: false consistency_group: false diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 91d22d0aa..ab6026365 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -166,7 +166,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 1277 + tests_count: 1278 description: >- The list of test cases is generated by Tempest automatically and depends on the parameters of @@ -219,7 +219,6 @@ tiers: (?!.*test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip)\ (?!.*test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status)\ (?!.*test_multi_backend)\ - (?!.*test_snapshot_manage)\ (?!.*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)\ diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 50ed7139e..a4b39f8c4 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -614,7 +614,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 1277 + tests_count: 1278 description: >- The list of test cases is generated by Tempest automatically and depends on the parameters of @@ -667,7 +667,6 @@ tiers: (?!.*test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip)\ (?!.*test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status)\ (?!.*test_multi_backend)\ - (?!.*test_snapshot_manage)\ (?!.*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)\ |