Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Oviedo <[email protected]>
  • Loading branch information
OVI3D0 committed Feb 5, 2025
1 parent 2126a93 commit 33f9416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osbenchmark/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def add_workload_source(subparser):
metavar="configuration",
help="The configuration for which OSB should show the available options. "
"Possible values are: telemetry, workloads, pipelines, test_runs, provision_config_instances, opensearch-plugins",
choices=["telemetry", "workloads", "pipelines", "test-runs", "aggregated_results",
choices=["telemetry", "workloads", "pipelines", "test_runs", "aggregated_results",
"provision_config_instances", "opensearch-plugins"])
list_parser.add_argument(
"--limit",
Expand Down Expand Up @@ -696,7 +696,7 @@ def dispatch_list(cfg):
workload.list_workloads(cfg)
elif what == "pipelines":
test_run_orchestrator.list_pipelines()
elif what == "test-runs":
elif what == "test_runs":
metrics.list_test_runs(cfg)
elif what == "aggregated_results":
metrics.list_aggregated_results(cfg)
Expand Down

0 comments on commit 33f9416

Please sign in to comment.