Skip to content

Commit 55c404d

Browse files
committed
update test function name to be consistent with experiment name
Signed-off-by: helenxie-bit <[email protected]>
1 parent 982e268 commit 55c404d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/v1beta1/scripts/gh-actions/run-e2e-tune-api.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def objective(parameters):
6666
logging.debug(katib_client.get_suggestion(exp_name, exp_namespace))
6767

6868
# Test for Experiment created with external models and datasets.
69-
def run_e2e_experiment_create_by_tune_with_external_model(
69+
def run_e2e_experiment_create_by_tune_with_llm_optimization(
7070
katib_client: KatibClient,
7171
exp_name: str,
7272
exp_namespace: str,
@@ -174,7 +174,7 @@ def run_e2e_experiment_create_by_tune_with_external_model(
174174
katib_client.delete_experiment(exp_name_custom_objective, exp_namespace)
175175

176176
try:
177-
run_e2e_experiment_create_by_tune_with_external_model(katib_client, exp_name_llm_optimization, exp_namespace)
177+
run_e2e_experiment_create_by_tune_with_llm_optimization(katib_client, exp_name_llm_optimization, exp_namespace)
178178
logging.info("---------------------------------------------------------------")
179179
logging.info(f"E2E is succeeded for Experiment created by tune: {exp_namespace}/{exp_name_llm_optimization}")
180180
except Exception as e:

0 commit comments

Comments
 (0)