Skip to content

Commit

Permalink
add more changes
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm committed Apr 4, 2024
1 parent 532147a commit 4338d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_workflow/benchmark_test/benchmark_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ def execute(self) -> None:
self.command += f' --client-options="timeout:300,use_ssl:true,verify_certs:false,basic_auth_user:\'{self.args.username}\',basic_auth_password:\'{self.args.password}\'"'
else:
self.command += ' --client-options="timeout:300"'
logging.info(f"Executing {self.command}")
logging.info(f"Executing {self.command.replace(self.endpoint, len(self.endpoint)*'*')}")
subprocess.check_call(f"{self.command}", cwd=os.getcwd(), shell=True)

0 comments on commit 4338d82

Please sign in to comment.