diff --git a/tests/python_client/scale/constants.py b/tests/python_client/scale/constants.py index c63ff2334f..741e8e9dea 100644 --- a/tests/python_client/scale/constants.py +++ b/tests/python_client/scale/constants.py @@ -4,8 +4,3 @@ IMAGE_TAG = "master-20211227-b022615" # tag of milvus image NAMESPACE = "chaos-testing" # namespace IF_NOT_PRESENT = "IfNotPresent" # image pullPolicy IfNotPresent ALWAYS = "Always" # image pullPolicy Always - -MILVUS_LOGS_PATH = '/tmp/milvus' # path of milvus pod logs - -# default scale config -DEFAULT_RELEASE_PREFIX = "scale"