From 31bf59e9ecefbf6c917638d2ab4c13f635f8f622 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 27 May 2020 14:05:53 +0200 Subject: Enable back manage_snapshot testing in CNTT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docker/smoke-cntt/tempest_conf.yaml | 2 +- docker/smoke-cntt/testcases.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'docker/smoke-cntt') 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 260650bbb..8590cf94b 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -167,7 +167,7 @@ tiers: criteria: 100 blocking: false deny_skipping: true - tests_count: 1279 + tests_count: 1280 description: >- The list of test cases is generated by Tempest automatically and depends on the parameters of @@ -221,7 +221,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)\ -- cgit 1.2.3-korg