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
|
@ -167,6 +167,9 @@ class StorageNode(NodeBase):
|
|||
|
||||
def get_un_locode(self):
|
||||
return self._get_attribute(ConfigAttributes.UN_LOCODE)
|
||||
|
||||
def get_data_directory(self) -> str:
|
||||
return self.host.get_data_directory(self.name)
|
||||
|
||||
def delete_blobovnicza(self):
|
||||
self.host.delete_blobovnicza(self.name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue