Skip to content

Commit

Permalink
Merge pull request #75 from fuxiuyin/main
Browse files Browse the repository at this point in the history
[test] Let perf/scale test installs local CSI driver.
  • Loading branch information
vinli-cn authored Dec 23, 2022
2 parents be81fd9 + 6fcf098 commit c88e73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scale/run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c88e73a

Please sign in to comment.