Skip to content

Commit

Permalink
Merge pull request ceph#25221 from tspmelo/wip-37354
Browse files Browse the repository at this point in the history
mgr/dashboard: Fix test_remove_not_expired_trash qa test

Reviewed-by: Laura Paduano <[email protected]>
Reviewed-by: Tatjana Dehler <[email protected]>
  • Loading branch information
LenzGr authored Nov 23, 2018
2 parents dc8237e + 0f6e8e5 commit 60d4fa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qa/tasks/mgr/dashboard/test_rbd.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,8 @@ def test_remove_not_expired_trash(self):
self.remove_trash('rbd', id, 'test_rbd', False)
self.assertStatus(400)

time.sleep(1)

image = self.get_trash('rbd', id)
self.assertIsNotNone(image)

Expand Down

0 comments on commit 60d4fa6

Please sign in to comment.