From efa678cc2ce3ade0bf4003ba885b24cec4d472e6 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Thu, 20 Jan 2022 10:37:37 +0800 Subject: [PATCH] [skip e2e]Fix deploy test script (#15310) Signed-off-by: zhuwenxing --- tests/python_client/deploy/scripts/action_after_reinstall.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/python_client/deploy/scripts/action_after_reinstall.py b/tests/python_client/deploy/scripts/action_after_reinstall.py index 08d251f999..00a2ef2c56 100644 --- a/tests/python_client/deploy/scripts/action_after_reinstall.py +++ b/tests/python_client/deploy/scripts/action_after_reinstall.py @@ -40,5 +40,5 @@ if __name__ == '__main__': host = args.host data_size = args.data_size print(f"data size: {data_size}") - task_1(data_size) - task_2(data_size) \ No newline at end of file + task_1(data_size, host) + task_2(data_size, host) \ No newline at end of file