Deprecate `volume_image_dep_tests`
We alignment with tempest configuration settings
'enable_volume_image_dep_tests'
To keep requirements.txt lower bound up to dated, this bumping
the Tempest version to 40.0.0 which include the image dependency
configuration
- https://review.opendev.org/c/openstack/tempest/+/914198
Change-Id: I6f219122bfe1ba1d3851a5954cb9ffc6e04ad69c
diff --git a/cinder_tempest_plugin/scenario/test_snapshots.py b/cinder_tempest_plugin/scenario/test_snapshots.py
index 02cd6bd..7b8191b 100644
--- a/cinder_tempest_plugin/scenario/test_snapshots.py
+++ b/cinder_tempest_plugin/scenario/test_snapshots.py
@@ -130,8 +130,9 @@
class SnapshotDependencyTests(manager.ScenarioTest):
- @testtools.skipUnless(CONF.volume_feature_enabled.volume_image_dep_tests,
- 'dependency tests not enabled')
+ @testtools.skipUnless(
+ CONF.volume_feature_enabled.enable_volume_image_dep_tests,
+ 'dependency tests not enabled')
@decorators.idempotent_id('e7028f52-f6d4-479c-8809-6f6cf96cfe0f')
@utils.services('image', 'volume')
def test_snapshot_removal(self):