forked from TrueCloudLab/frostfs-testcases
Remove redundant environment variables
Along with that few tweaks were made: - Increase wait time as it seems to take more time for complex object. - Increase timeout for create_bucket as it fails periodically. Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
This commit is contained in:
parent
ae9c9947b6
commit
d701e2cb62
3 changed files with 8 additions and 10 deletions
|
@ -23,7 +23,7 @@ class AwsCliClient:
|
|||
|
||||
def create_bucket(self, Bucket: str):
|
||||
cmd = f'aws --no-verify-ssl s3api create-bucket --bucket {Bucket} --endpoint-url {S3_GATE}'
|
||||
_cmd_run(cmd)
|
||||
_cmd_run(cmd, timeout=90)
|
||||
|
||||
def list_buckets(self) -> dict:
|
||||
cmd = f'aws --no-verify-ssl s3api list-buckets --endpoint {S3_GATE}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue