forked from TrueCloudLab/frostfs-testlib
Add get_data_directory function
This commit is contained in:
parent
26a78c0eae
commit
f2f3d3c8e3
3 changed files with 19 additions and 0 deletions
|
@ -135,6 +135,10 @@ class DockerHost(Host):
|
|||
timeout=service_attributes.start_timeout,
|
||||
)
|
||||
|
||||
def get_data_directory(self, service_name: str) -> str:
|
||||
service_attributes = self._get_service_attributes(service_name)
|
||||
return service_attributes.data_directory_path
|
||||
|
||||
def delete_metabase(self, service_name: str) -> None:
|
||||
raise NotImplementedError("Not implemented for docker")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue