Skip to content

Commit

Permalink
Create tmp directory
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm committed Apr 30, 2024
1 parent 8b417a7 commit 7e287d8
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 @@ -44,7 +44,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 = "contain" # container name
self.container_name = "test_contain" # 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 7e287d8

Please sign in to comment.