From: Enming Zhang Date: Sun, 5 Nov 2017 02:58:06 +0000 (+0800) Subject: cleanup unneeded comments X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=52d9c955df701b433653c3fc8a1404e34049d2e7;p=s3-tests.git cleanup unneeded comments Signed-off-by: Enming Zhang --- diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index 86996ef6..cbb15a2d 100644 --- a/s3tests/functional/test_s3.py +++ b/s3tests/functional/test_s3.py @@ -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')