forked from TrueCloudLab/frostfs-testlib
[#350] Add ape rule for load config
Signed-off-by: a.berezin <a.berezin@yadro.com>
This commit is contained in:
parent
aed20e02ac
commit
0015ea7f93
2 changed files with 39 additions and 4 deletions
|
@ -182,8 +182,10 @@ class Preset(MetaConfig):
|
|||
pregen_json: Optional[str] = metadata_field(all_load_scenarios, "out", "PREGEN_JSON", False)
|
||||
# Workers count for preset
|
||||
workers: Optional[int] = metadata_field(all_load_scenarios, "workers", None, False)
|
||||
# Acl for container/buckets
|
||||
# TODO: Deprecated. Acl for container/buckets
|
||||
acl: Optional[str] = metadata_field(all_load_scenarios, "acl", None, False)
|
||||
# APE rule for containers instead of deprecated ACL
|
||||
rule: Optional[list[str]] = metadata_field(grpc_preset_scenarios, "rule", None, False, formatter=force_list)
|
||||
|
||||
# ------ GRPC ------
|
||||
# Amount of containers which should be created
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue