milvus/tests/python_client/deploy/scripts/action_reinstall.py
zhuwenxing 3a816fece9
[skip ci]Fix import for deploy test (#13387)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2021-12-15 09:25:26 +08:00

17 lines
244 B
Python

# import docker
from pymilvus import connections
from utils import *
connections.connect(host="127.0.0.1", port=19530, timeout=60)
get_collections()
load_and_search()
create_collections_and_insert_data()
create_index()
load_and_search()