From 6fcf09899169aae0fc903fc8da23ea9362dcd818 Mon Sep 17 00:00:00 2001 From: Chuanjun Yin Date: Thu, 22 Dec 2022 11:22:12 +0000 Subject: [PATCH] install csi ffrom local --- test/scale/run_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scale/run_test.py b/test/scale/run_test.py index 4b1529cbd..d2ebd5835 100644 --- a/test/scale/run_test.py +++ b/test/scale/run_test.py @@ -219,7 +219,7 @@ def run_command(self, command: str, need_stdout=False, raise_error=True): def setup(self, current_scale): logger.info("reinstalling CSI driver") self.run_command(f"{ROOT_PATH}/deploy/uninstall-driver.sh") - self.run_command(f"{ROOT_PATH}/deploy/install-driver.sh") + self.run_command(f"{ROOT_PATH}/deploy/install-driver.sh main local") os.mkdir(self._csi_log_path) self._perf_result = PerfResultCollector()