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:
Casey Bodley 2017-11-09 09:02:57 -05:00 committed by GitHub
commit 92c4ac5a59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')