forked from TrueCloudLab/frostfs-testlib
[#302] Autoadd marks for frostfs
Signed-off-by: a.berezin <a.berezin@yadro.com>
This commit is contained in:
parent
2976e30b75
commit
a04eba8aec
3 changed files with 14 additions and 0 deletions
|
@ -8,6 +8,7 @@ ONLY_ASCII_LETTERS = string.ascii_letters
|
|||
DIGITS_AND_ASCII_LETTERS = string.ascii_letters + string.digits
|
||||
NON_DIGITS_AND_LETTERS = string.punctuation
|
||||
|
||||
# if unique_name is called multiple times within the same microsecond, append 0-4 to the name so it surely unique
|
||||
FUSE = itertools.cycle(range(5))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue