diff --git a/tests/python_client/chaos/chaos_commons.py b/tests/python_client/chaos/chaos_commons.py index 6417d9143c..bdd05e4fce 100644 --- a/tests/python_client/chaos/chaos_commons.py +++ b/tests/python_client/chaos/chaos_commons.py @@ -1,7 +1,6 @@ import os import threading import glob -import delayed_assert from chaos import constants from yaml import full_load from utils.util_log import test_log as log @@ -68,5 +67,4 @@ def get_chaos_yamls(): def reconnect(connections, alias='default'): - # conn.add_connection(default={"host": host, "port": port}) return connections.connect(alias=alias)