forked from TrueCloudLab/frostfs-testlib
[#174] Add flag to remove registry file
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
parent
8ba2cb8030
commit
d79fd87ede
2 changed files with 11 additions and 0 deletions
|
@ -235,6 +235,8 @@ class LoadParams:
|
|||
registry_file: Optional[str] = metadata_field(all_scenarios, None, "REGISTRY_FILE", False)
|
||||
# In case if we want to use custom registry file left from another load run
|
||||
custom_registry: Optional[str] = None
|
||||
# In case if we want to use custom registry file left from another load run
|
||||
force_fresh_registry: Optional[bool] = None
|
||||
# Specifies the minimum duration of every single execution (i.e. iteration).
|
||||
# Any iterations that are shorter than this value will cause that VU to
|
||||
# sleep for the remainder of the time until the specified minimum duration is reached.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue