mirror of
https://github.com/ceph/s3-tests.git
synced 2025-02-18 01:15:43 +00:00
lifecycle: expiration header checks do not require @lifecycle_expiration tag
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
This commit is contained in:
parent
817e67d92e
commit
ec4cf0de2b
1 changed files with 0 additions and 2 deletions
|
@ -8945,7 +8945,6 @@ def check_lifecycle_expiration_header(response, start_time, rule_id,
|
||||||
@attr(method='put')
|
@attr(method='put')
|
||||||
@attr(operation='test lifecycle expiration header put')
|
@attr(operation='test lifecycle expiration header put')
|
||||||
@attr('lifecycle')
|
@attr('lifecycle')
|
||||||
@attr('lifecycle_expiration')
|
|
||||||
def test_lifecycle_expiration_header_put():
|
def test_lifecycle_expiration_header_put():
|
||||||
"""
|
"""
|
||||||
Check for valid x-amz-expiration header after PUT
|
Check for valid x-amz-expiration header after PUT
|
||||||
|
@ -8962,7 +8961,6 @@ def test_lifecycle_expiration_header_put():
|
||||||
@attr(method='head')
|
@attr(method='head')
|
||||||
@attr(operation='test lifecycle expiration header head')
|
@attr(operation='test lifecycle expiration header head')
|
||||||
@attr('lifecycle')
|
@attr('lifecycle')
|
||||||
@attr('lifecycle_expiration')
|
|
||||||
def test_lifecycle_expiration_header_head():
|
def test_lifecycle_expiration_header_head():
|
||||||
"""
|
"""
|
||||||
Check for valid x-amz-expiration header on HEAD request
|
Check for valid x-amz-expiration header on HEAD request
|
||||||
|
|
Loading…
Add table
Reference in a new issue