milvus/tests/python_client/deploy/scripts/action_after_upgrade.py

16 lines
150 B
Python

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