milvus/tests/python_client/deploy/scripts/action_after_upgrade.py
zhuwenxing 495b8a7dc9
[skip ci]Comment out list_containers function (#13218)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2021-12-13 09:35:17 +08:00

16 lines
154 B
Python

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