We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856eaeb commit 75ca814Copy full SHA for 75ca814
ut/test.py
@@ -223,10 +223,16 @@ def setUp():
223
_create_test_bucket(copy_test_bucket)
224
_upload_test_file(test_bucket, test_object)
225
_upload_test_file(copy_test_bucket, test_object)
226
+ response = client.ci_get_asr_bucket(BucketName=ci_bucket_name)
227
+ if response['TotalCount'] == '0':
228
+ client.ci_open_asr_bucket(ci_bucket_name)
229
230
231
def tearDown():
232
print("function teardown")
233
234
+ if response['TotalCount'] != '0':
235
+ client.ci_close_asr_bucket(ci_bucket_name)
236
237
238
def test_cos_comm_format_region():
0 commit comments