]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
Fix a typos for lifecycle test case
authorEnming Zhang <enming.zhang@umcloud.com>
Sat, 4 Nov 2017 22:29:33 +0000 (06:29 +0800)
committerEnming Zhang <enming.zhang@umcloud.com>
Tue, 7 Nov 2017 13:23:04 +0000 (21:23 +0800)
According to the commit 9204283def8e0bcfe14a57f0c87ed20735214f53,
lc debug interval should be set to 10s.

Signed-off-by: Enming Zhang <enming.zhang@umcloud.com>
s3tests/functional/test_s3.py

index 915b9dad1ad5d60982a52fd6cb07ed11a28cf10c..86996ef697f681f846372c15e9e7fcb743101522 100644 (file)
@@ -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')