forked from TrueCloudLab/xk6-frostfs
Fix grpc preset
Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
This commit is contained in:
parent
ea604ee8ee
commit
258e448dbf
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ def execute_cmd(cmd_line):
|
||||||
|
|
||||||
|
|
||||||
def create_container():
|
def create_container():
|
||||||
cmd_line = f"neofs-cli --rpc-endpoint {args.endpoint} container create -g --policy {args.policy} --basic-acl public-read-write --await"
|
cmd_line = f"neofs-cli --rpc-endpoint {args.endpoint} container create -g --policy '{args.policy}' --basic-acl public-read-write --await"
|
||||||
output, success = execute_cmd(cmd_line)
|
output, success = execute_cmd(cmd_line)
|
||||||
|
|
||||||
if not success:
|
if not success:
|
||||||
|
|
Loading…
Reference in a new issue