diff options
author | 2020-05-27 14:05:53 +0200 | |
---|---|---|
committer | 2020-07-15 00:42:35 +0200 | |
commit | ac4a7883fdacecae06d050fa20b1752f8b671592 (patch) | |
tree | 1ebbedea19af2b4417c27286406f25efcd77b2d2 /docker/smoke-cntt | |
parent | c9f30ec195557fa7ef4395c79032f74ad22958b2 (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)
Diffstat (limited to 'docker/smoke-cntt')
-rw-r--r-- | docker/smoke-cntt/tempest_conf.yaml | 2 | ||||
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index 969a67c82..690b9387e 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -72,7 +72,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 43227b514..be4eae5b9 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -163,7 +163,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 1282 + tests_count: 1283 description: >- The list of test cases is generated by Tempest automatically and depends on the parameters of @@ -215,7 +215,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)\ |