forked from TrueCloudLab/frostfs-testcases
Add failover tests for storage nodes
The tests are aimed to work on cloud infrastructure (SberCloud VMs) Signed-off-by: Vladimir Avdeev <v.avdeev@yadro.com>
This commit is contained in:
parent
014a1fee95
commit
93a52b4a66
4 changed files with 216 additions and 1 deletions
|
@ -89,7 +89,7 @@ class AwsCliClient:
|
|||
version = f' --version-id {VersionId}' if VersionId else ''
|
||||
cmd = f' aws --no-verify-ssl s3api get-object --bucket {Bucket} ' \
|
||||
f'--key {Key} {version} {file_path} --endpoint {S3_GATE}'
|
||||
output = _cmd_run(cmd)
|
||||
output = _cmd_run(cmd, timeout=90)
|
||||
return self._to_json(output)
|
||||
|
||||
def delete_objects(self, Bucket: str, Delete: dict) -> dict:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue