diff --git a/tests/python_client/chaos/chaos_commons.py b/tests/python_client/chaos/chaos_commons.py index cf658f8f2e..a5757b981d 100644 --- a/tests/python_client/chaos/chaos_commons.py +++ b/tests/python_client/chaos/chaos_commons.py @@ -31,6 +31,7 @@ def gen_experiment_config(yaml): def start_monitor_threads(checkers={}): + """start the threads by checkers""" threads = {} for k, ch in checkers.items(): t = threading.Thread(target=ch.keep_running, args=())