Unskip test_snapshot_list_param_limit_equals_zero
test_snapshot_list_param_limit_equals_zero was skipped because
of #1540893 There was a bug in Cinder v1 and v2 (only in Kilo
release) when list snapshot was called with a limit of 0.
Now that all supported branches have the fix in Cinder, we can
unskip the test.
Change-Id: Ia2ba9c9ee99b8ae3d1b82e98a0810b2185f34c45
Related-Bug: #1540893
diff --git a/tempest/api/volume/test_volumes_snapshots_list.py b/tempest/api/volume/test_volumes_snapshots_list.py
index 0ea8ec7..a1b514b 100644
--- a/tempest/api/volume/test_volumes_snapshots_list.py
+++ b/tempest/api/volume/test_volumes_snapshots_list.py
@@ -97,7 +97,6 @@
self._list_snapshots_by_param_limit(limit=100000,
expected_elements=len(snap_list))
- @decorators.skip_because(bug='1540893')
@decorators.idempotent_id('e3b44b7f-ae87-45b5-8a8c-66110eb24d0a')
def test_snapshot_list_param_limit_equals_zero(self):
# List returns zero elements