Codebase list cinder-tempest-plugin / a30dd6e
volume: fix wrong snapshot_id for revert_to_snapshot_after_extended_negative revert_to_snapshot receive snapshot_id not a snapshot object Signed-off-by: Seena Fallah <seenafallah@gmail.com> Change-Id: Ibccc48c5afb402e899ebbb471e2fc2e90d4d8886 Seena Fallah 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
7979 # Destination volume smaller than source, API should block that
8080 self.assertRaises(exceptions.BadRequest,
8181 self.volume_revert_client.revert_to_snapshot,
82 self.volume, self.snapshot)
82 self.volume, self.snapshot['id'])