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

14 lines
153 B
Python

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