Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh Shetty <[email protected]>
  • Loading branch information
Mahesh Shetty authored and Mahesh Shetty committed Feb 3, 2025
1 parent b6bc5a7 commit 24c545b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 91 deletions.
9 changes: 8 additions & 1 deletion tests/cross_functional/scale/noobaa/test_delete_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
rm_object_recursive,
expire_objects_in_bucket,
verify_objs_deleted_from_objmds,
sample_if_objects_expired,
)
from ocs_ci.framework.pytest_customization.marks import (
bugzilla,
Expand Down Expand Up @@ -202,6 +203,8 @@ def test_delete_objects(
io_thread.result()

@bugzilla("2279742")
@bugzilla("2279964")
@polarion_id("OCS-6097")
@polarion_id("OCS-6096")
@pytest.mark.parametrize(
argnames=["is_expiration"],
Expand Down Expand Up @@ -282,5 +285,9 @@ def test_delete_objects_with_expiration(
)
log.info("Deleted objects from the bucket recursively")

# verify that all the objects are marked as deleted
# Verify that all the objects are marked as deleted
verify_objs_deleted_from_objmds(bucket.name, timeout=64800, sleep=90)

# Verify the object expiration/deletion by listing from the buckets also
sample_if_objects_expired(mcg_obj_session, bucket.name)
log.info("All the objects are deleted/expired")

This file was deleted.

0 comments on commit 24c545b

Please sign in to comment.