forked from TrueCloudLab/frostfs-testlib
Various fixes
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
parent
997e768e92
commit
863a1075cd
3 changed files with 10 additions and 6 deletions
|
@ -88,7 +88,7 @@ class ClusterNode:
|
|||
service_entry = self.class_registry.get_entry(service_type)
|
||||
service_name = service_entry["hosting_service_name"]
|
||||
|
||||
pattern = f"{service_name}{self.id}"
|
||||
pattern = f"{service_name}{self.id:02}"
|
||||
config = self.host.get_service_config(pattern)
|
||||
|
||||
return service_type(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue