Skip to content

Commit b01e434

Browse files
authored
Merge branch 'master' into arm-aws-install
2 parents d8ed8b5 + ee42d41 commit b01e434

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ods_ci/tests/Resources/Page/ODH/JupyterHub/JupyterHubSpawner.robot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ ${KFNBC_MODAL_CLOSE_XPATH} = ${KFNBC_MODAL_HEADER_XPATH}//button[.="Close"]
3030
${KFNBC_MODAL_X_XPATH} = ${KFNBC_MODAL_HEADER_XPATH}//button[@aria-label="Close"]
3131
${KFNBC_CONTROL_PANEL_HEADER_XPATH} = //h1[.="Notebook server control panel"]
3232
${KFNBC_ENV_VAR_NAME_PRE} = //span[.="Variable name"]/../../../div[@class="pf-v6-c-form__group-control"]
33-
${DEFAULT_PYTHON_VER} = 3.11
33+
${DEFAULT_PYTHON_VER} = 3.12
3434
${PREVIOUS_PYTHON_VER} = 3.11
35-
${DEFAULT_NOTEBOOK_VER} = 2025.1
36-
${PREVIOUS_NOTEBOOK_VER} = 2024.2
35+
${DEFAULT_NOTEBOOK_VER} = 2025.2
36+
${PREVIOUS_NOTEBOOK_VER} = 2025.1
3737

3838

3939
*** Keywords ***
@@ -350,7 +350,7 @@ Spawn Notebook With Arguments # robocop: disable
350350
END
351351
END
352352
Spawn Notebook ${spawner_timeout} ${same_tab}
353-
Run Keyword And Warn On Failure Wait Until Page Contains Log in with OpenShift timeout=15s
353+
Run Keyword And Warn On Failure Wait Until Page Contains Log in with timeout=15s
354354
${oauth_prompt_visible} = Is OpenShift OAuth Login Prompt Visible
355355
IF ${oauth_prompt_visible} Click Button Log in with OpenShift
356356
Run Keyword And Warn On Failure Login To Openshift ${username} ${password} ${auth_type}

ods_ci/tests/Tests/0200__rhoai_upgrade/0201__pre_upgrade.robot

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Resource ../../Resources/Page/ODH/ODHDashboard/ODHDashboardResources.
99
Resource ../../Resources/Page/ODH/ODHDashboard/ODHModelServing.resource
1010
Resource ../../Resources/Page/ODH/ODHDashboard/ODHDataScienceProject/DataConnections.resource
1111
Resource ../../Resources/Page/ODH/JupyterHub/HighAvailability.robot
12+
Resource ../../Resources/Page/ODH/JupyterHub/JupyterLabLauncher.robot
1213
Resource ../../Resources/Page/ODH/ODHDashboard/ODHDataScienceProject/Projects.resource
1314
Resource ../../Resources/Page/ODH/ODHDashboard/ODHDataScienceProject/ModelServer.resource
1415
Resource ../../Resources/Page/ODH/AiApps/Anaconda.resource
@@ -263,6 +264,7 @@ Launch Notebook
263264
... ${username}=${TEST_USER2.USERNAME}
264265
... ${password}=${TEST_USER2.PASSWORD}
265266
... ${auth_type}=${TEST_USER2.AUTH_TYPE}
267+
Clean All Standalone Notebooks
266268
Begin Web Test username=${username} password=${password} auth_type=${auth_type}
267269
Launch Jupyter From RHODS Dashboard Link
268270
Spawn Notebook With Arguments

0 commit comments

Comments
 (0)