Skip to content

Commit

Permalink
Enable back manage_snapshot testing in CNTT
Browse files Browse the repository at this point in the history
Baraque selects Train:
anuket-project/anuket-specifications#1782
anuket-project/anuket-specifications#1783

Change-Id: Ie715a86cf6129ab5b51bf9e0ec07f326c0f86ccb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 31bf59e)
  • Loading branch information
collivier committed Jul 14, 2020
1 parent c9f30ec commit ac4a788
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/smoke-cntt/tempest_conf.yaml
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions docker/smoke-cntt/testcases.yaml
Expand Up @@ -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
Expand Down Expand Up @@ -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)\
Expand Down
3 changes: 1 addition & 2 deletions functest/ci/testcases.yaml
Expand Up @@ -611,7 +611,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
Expand Down Expand Up @@ -663,7 +663,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)\
Expand Down

0 comments on commit ac4a788

Please sign in to comment.