Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions ut/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,8 @@ def test_put_get_delete_replication():
'Status': 'Enabled',
'Prefix': '中文',
'Destination': {
'Bucket': 'qcs::cos:ap-shanghai::' + replic_dest_bucket
'Bucket': 'qcs::cos:ap-shanghai::' + replic_dest_bucket,
'StorageClass': 'Standard'
}
}
]
Expand Down Expand Up @@ -1267,10 +1268,10 @@ def test_download_file():
os.remove(file_name)


def test_put_get_bucket_intelligenttiering():
def _test_put_get_bucket_intelligenttiering():
"""测试设置获取智能分层"""
intelligent_tiering_conf = {
'Status': 'Enable',
'Status': 'Enabled',
'Transition': {
'Days': '30',
'RequestFrequent': '1'
Expand Down