Add interface for get_list_of_all_pilorama function #31

Closed
ylukoyan wants to merge 1 commit from ylukoyan/frostfs-testlib:pilorama_list into master
Showing only changes of commit 8dab9735cf - Show all commits

View file

@ -177,6 +177,9 @@ class StorageNode(NodeBase):
def delete_pilorama(self):
self.host.delete_pilorama(self.name)
def get_list_of_all_pilorama(self):
return self.host.get_list_of_all_pilorama(self.name)
Review

Currenlty, host has no get_list_of_all_pilorama

Currenlty, `host` has no `get_list_of_all_pilorama`
@property
def label(self) -> str:
return f"{self.name}: {self.get_rpc_endpoint()}"