mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments in test class (#8658)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/8695/merge
parent
8690113f62
commit
8874ccaeb4
|
@ -70,4 +70,5 @@ class MilvusSys:
|
|||
|
||||
@property
|
||||
def nodes(self):
|
||||
"""get all the nodes in Milvus deployment"""
|
||||
return json.loads(self.sys_info.response).get('nodes_info')
|
||||
|
|
Loading…
Reference in New Issue