mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
Fix a typos for lifecycle test case
According to the commit 9204283def
,
lc debug interval should be set to 10s.
Signed-off-by: Enming Zhang <enming.zhang@umcloud.com>
This commit is contained in:
parent
5138dd451d
commit
19176daaf9
1 changed files with 1 additions and 1 deletions
|
@ -7588,7 +7588,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')
|
||||
|
|
Loading…
Reference in a new issue