forked from TrueCloudLab/frostfs-testlib
[#203] Remove hostnames cludges
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
parent
541a3e0636
commit
80c65b454e
4 changed files with 8 additions and 46 deletions
|
@ -154,15 +154,6 @@ class StorageNode(NodeBase):
|
|||
def get_data_directory(self) -> str:
|
||||
return self.host.get_data_directory(self.name)
|
||||
|
||||
def get_storage_config(self) -> str:
|
||||
return self.host.get_storage_config(self.name)
|
||||
|
||||
def get_http_hostname(self) -> list[str]:
|
||||
return self._get_attribute(ConfigAttributes.HTTP_HOSTNAME)
|
||||
|
||||
def get_s3_hostname(self) -> list[str]:
|
||||
return self._get_attribute(ConfigAttributes.S3_HOSTNAME)
|
||||
|
||||
def delete_blobovnicza(self):
|
||||
self.host.delete_blobovnicza(self.name)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue