Skip to content

Commit

Permalink
fix(robot): delete backing images at teardown
Browse files Browse the repository at this point in the history
Signed-off-by: Chris <[email protected]>
  • Loading branch information
chriscchien authored and yangchiu committed Oct 8, 2024
1 parent ce7352e commit 38d32ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/libs/backing_image/backing_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ def delete(self, bi_name):
return self.backing_image.delete(bi_name)

def cleanup_backing_images(self):
return self.backing_image.cleanup_backing_images
return self.backing_image.cleanup_backing_images()

0 comments on commit 38d32ba

Please sign in to comment.