mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-24 19:30:38 +00:00
cleanup unneeded comments
Signed-off-by: Enming Zhang <enming.zhang@umcloud.com>
This commit is contained in:
parent
19176daaf9
commit
52d9c955df
1 changed files with 0 additions and 3 deletions
|
@ -7798,7 +7798,6 @@ def test_lifecycle_set_noncurrent():
|
|||
eq(res.reason, 'OK')
|
||||
|
||||
|
||||
# The test harnass for lifecycle is configured to treat days as 2 second intervals.
|
||||
@attr(resource='bucket')
|
||||
@attr(method='put')
|
||||
@attr(operation='test lifecycle non-current version expiration')
|
||||
|
@ -7883,7 +7882,6 @@ def test_lifecycle_set_empty_filter():
|
|||
|
||||
|
||||
|
||||
# The test harnass for lifecycle is configured to treat days as 1 second intervals.
|
||||
@attr(resource='bucket')
|
||||
@attr(method='put')
|
||||
@attr(operation='test lifecycle delete marker expiration')
|
||||
|
@ -7936,7 +7934,6 @@ def test_lifecycle_set_multipart():
|
|||
eq(res.reason, 'OK')
|
||||
|
||||
|
||||
# The test harnass for lifecycle is configured to treat days as 1 second intervals.
|
||||
@attr(resource='bucket')
|
||||
@attr(method='put')
|
||||
@attr(operation='test lifecycle multipart expiration')
|
||||
|
|
Loading…
Reference in a new issue