mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments in chaos commons (#9538)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/9583/head
parent
9d2afd0c4c
commit
fc8ffe9233
|
@ -25,6 +25,7 @@ def reset_counting(checkers={}):
|
|||
|
||||
|
||||
def gen_experiment_config(yaml):
|
||||
"""load the yaml file of chaos experiment"""
|
||||
with open(yaml) as f:
|
||||
_config = full_load(f)
|
||||
f.close()
|
||||
|
|
Loading…
Reference in New Issue