forked from TrueCloudLab/xk6-frostfs
[#30] preset: Print container progress
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
70d4b1db9d
commit
dbfadc83d0
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@ def create_container():
|
||||||
splitted = fst_str.split(": ")
|
splitted = fst_str.split(": ")
|
||||||
if len(splitted) != 2:
|
if len(splitted) != 2:
|
||||||
raise ValueError(f"no CID was parsed from command output: \t{fst_str}")
|
raise ValueError(f"no CID was parsed from command output: \t{fst_str}")
|
||||||
|
|
||||||
|
print(f"Created container: {splitted[1]}")
|
||||||
|
|
||||||
return splitted[1]
|
return splitted[1]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue