diff --git a/tests/python_client/chaos/constants.py b/tests/python_client/chaos/constants.py index cb55f0de3409882e7538583389bdf036778628a0..f4d2b35c4dc7fddf02f1dffbc0ec08569a0f7725 100644 --- a/tests/python_client/chaos/constants.py +++ b/tests/python_client/chaos/constants.py @@ -24,7 +24,7 @@ DELTA_PER_INS = 10 ENTITIES_FOR_SEARCH = 1000 CHAOS_CONFIG_ENV = 'CHAOS_CONFIG_PATH' # env variables for chao path -TESTS_CONFIG_LOCATION = 'chaos_objects/' -ALL_CHAOS_YAMLS = 'chaos_datanode*.yaml' -WAIT_PER_OP = 10 +TESTS_CONFIG_LOCATION = 'chaos_objects/' # path to the chaos CRD +ALL_CHAOS_YAMLS = 'chaos_datanode*.yaml' # chaos file name(s) to be run against +WAIT_PER_OP = 10 # time to wait in seconds between operations DEFAULT_INDEX_PARAM = {"index_type": "IVF_SQ8", "metric_type": "L2", "params": {"nlist": 64}}