Skip to content

Commit

Permalink
Add more tests
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm committed May 1, 2024
1 parent 8081cc3 commit 96b32ad
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 @@ -45,7 +45,7 @@ def __init__(
self.tmp_dir = TemporaryDirectory(keep=True)

# Pass the cluster endpoints with -t for multi-cluster use cases(e.g. cross-cluster-replication)
self.container_name = "bench" # container name
self.container_name = "test_container" # container name
self.command = f'docker run --name {self.container_name}'
if self.args.benchmark_config:
self.command += f" -v {args.benchmark_config}:/opensearch-benchmark/.benchmark/benchmark.ini"
Expand Down

0 comments on commit 96b32ad

Please sign in to comment.