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
mashetty330 committed Oct 18, 2023
1 parent 1892761 commit 3a6d42c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/e2e/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,9 @@ def factory(number_of_buckets, bucket_types, cloud_providers):

index += 2

logger.info(
f"Buckets created under replication setup: {[bucket.name for bucket in all_buckets]}"
)
return all_buckets, source_target_map

return factory
Expand Down Expand Up @@ -888,6 +891,9 @@ def factory(number_of_buckets, bucket_types, cloud_providers):
Bucket=bucket.name, LifecycleConfiguration=expiration_rule
)

logger.info(
f"Buckets created under expiration setup: {[bucket.name for bucket in all_buckets]}"
)
return all_buckets

return factory
Expand Down

0 comments on commit 3a6d42c

Please sign in to comment.