File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Resources/Page/ODH/JupyterHub
Tests/0200__rhoai_upgrade Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Resource ../../Resources/Page/ODH/ODHDashboard/ODHDashboardResources.
99Resource ../../Resources/Page/ODH/ODHDashboard/ODHModelServing.resource
1010Resource ../../Resources/Page/ODH/ODHDashboard/ODHDataScienceProject/DataConnections.resource
1111Resource ../../Resources/Page/ODH/JupyterHub/HighAvailability.robot
12+ Resource ../../Resources/Page/ODH/JupyterHub/JupyterLabLauncher.robot
1213Resource ../../Resources/Page/ODH/ODHDashboard/ODHDataScienceProject/Projects.resource
1314Resource ../../Resources/Page/ODH/ODHDashboard/ODHDataScienceProject/ModelServer.resource
1415Resource ../../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
You can’t perform that action at this time.
0 commit comments