]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
cleanup unneeded comments 196/head
authorEnming Zhang <enming.zhang@umcloud.com>
Sun, 5 Nov 2017 02:58:06 +0000 (10:58 +0800)
committerEnming Zhang <enming.zhang@umcloud.com>
Tue, 7 Nov 2017 13:23:04 +0000 (21:23 +0800)
Signed-off-by: Enming Zhang <enming.zhang@umcloud.com>
s3tests/functional/test_s3.py

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