mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
Merge pull request #196 from ZVampirEM77/wip-lc-typos
Fix a typos for lifecycle test case Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
92c4ac5a59
1 changed files with 1 additions and 4 deletions
|
@ -7593,7 +7593,7 @@ def test_lifecycle_get_no_id():
|
|||
assert False
|
||||
|
||||
|
||||
# The test harnass for lifecycle is configured to treat days as 2 second intervals.
|
||||
# The test harness for lifecycle is configured to treat days as 10 second intervals.
|
||||
@attr(resource='bucket')
|
||||
@attr(method='put')
|
||||
@attr(operation='test lifecycle expiration')
|
||||
|
@ -7803,7 +7803,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')
|
||||
|
@ -7888,7 +7887,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')
|
||||
|
@ -7941,7 +7939,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