volumes are not deleted in teardown

Bug #983856 reported by Dmitry Russkikh
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
tempest
Fix Released
High
Sarad Patel

Bug Description

In tempest/tests/test_volumes_list.py

there is a typo in the deletion method declaration.

Expected:

 28 @classmethod
 29 def tearDownClass(cls):
 30 #Delete the created Volumes
 31 for i in range(3):
 32 resp, _ = cls.client.delete_volume(cls.volume_id_list[i])

Actual:
 28 def teardown(cls):
 29 #Delete the created Volumes
 30 for i in range(3):
 31 resp, _ = cls.client.delete_volume(cls.volume_id_list[i])

Jay Pipes (jaypipes)
Changed in tempest:
status: New → Triaged
importance: Undecided → High
assignee: nobody → Jay Pipes (jaypipes)
Sarad Patel (saradpatel)
Changed in tempest:
assignee: Jay Pipes (jaypipes) → Sarad Patel (saradpatel)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tempest (master)

Fix proposed to branch: master
Review: https://review.openstack.org/6826

Changed in tempest:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tempest (master)

Reviewed: https://review.openstack.org/6826
Committed: http://github.com/openstack/tempest/commit/629c744359f48c9ea14dbb41c2f8a75878e9cce2
Submitter: Jenkins
Branch: master

commit 629c744359f48c9ea14dbb41c2f8a75878e9cce2
Author: saradpatel <email address hidden>
Date: Thu Apr 26 00:13:42 2012 -0700

      fixed the bug 983856. Pep8 complient made

    Change-Id: I6956020b9829fb02ce09b129d44b378f4b0c18c1

Changed in tempest:
status: In Progress → Fix Committed
Jay Pipes (jaypipes)
Changed in tempest:
status: Fix Committed → Fix Released
Sean Dague (sdague)
Changed in tempest:
milestone: none → havana-3
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.