milvus/tests/python_client/deploy/scripts/action_reinstall.py
zhuwenxing 4783f5bcbc
Add scripts to test deployment by docker-compose (#7448)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2021-09-03 17:15:51 +08:00

19 lines
189 B
Python

import docker
from utils import *
connections.connect()
list_containers()
get_collections()
load_and_search()
create_collections_and_insert_data()
create_index()
load_and_search()