mirror of
https://github.com/ceph/s3-tests.git
synced 2025-03-24 15:21:49 +00:00
running cloud restore tests seperately
Signed-off-by: Jiffin Tony Thottan <thottanjiffin@gmail.com>
This commit is contained in:
parent
ca71ddd86b
commit
598fd3777d
3 changed files with 2 additions and 8 deletions
|
@ -9739,8 +9739,6 @@ def test_lifecycle_cloud_transition_large_obj():
|
|||
expire1_key1_str = prefix + keys[1]
|
||||
verify_object(cloud_client, target_path, expire1_key1_str, data, target_sc)
|
||||
|
||||
@pytest.mark.lifecycle_transition
|
||||
@pytest.mark.cloud_transition
|
||||
@pytest.mark.cloud_restore
|
||||
@pytest.mark.fails_on_aws
|
||||
@pytest.mark.fails_on_dbstore
|
||||
|
@ -9784,8 +9782,6 @@ def test_restore_object_temporary():
|
|||
response = client.head_object(Bucket=bucket, Key=key)
|
||||
assert response['ContentLength'] == 0
|
||||
|
||||
@pytest.mark.lifecycle_transition
|
||||
@pytest.mark.cloud_transition
|
||||
@pytest.mark.cloud_restore
|
||||
@pytest.mark.fails_on_aws
|
||||
@pytest.mark.fails_on_dbstore
|
||||
|
@ -9822,8 +9818,6 @@ def test_restore_object_permanent():
|
|||
response = client.head_object(Bucket=bucket, Key=key)
|
||||
assert response['ContentLength'] == len(data)
|
||||
|
||||
@pytest.mark.lifecycle_transition
|
||||
@pytest.mark.cloud_transition
|
||||
@pytest.mark.cloud_restore
|
||||
@pytest.mark.fails_on_aws
|
||||
@pytest.mark.fails_on_dbstore
|
||||
|
|
Loading…
Add table
Reference in a new issue