Skip to content

Commit

Permalink
Update DSP elyra tests
Browse files Browse the repository at this point in the history
This isn't a complete complex update of all relevant tests, just a
selected update. Minimum required changes were taken from [1,2].

[1] #1394
[2] #1312
  • Loading branch information
jstourac committed May 4, 2024
1 parent ef68ded commit 0cdd34e
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Resource ../../../Resources/Page/ODH/ODHDashboard/ODHDataScienceProject/
Resource ../../../Resources/Page/ODH/ODHDashboard/ODHDataScienceProject/Storages.resource
Resource ../../../Resources/Page/ODH/ODHDashboard/ODHDataScienceProject/DataConnections.resource
Resource ../../../Resources/Page/ODH/ODHDashboard/ODHDataScienceProject/Pipelines.resource
Resource ../../../Resources/Page/Operators/OpenShiftPipelines.resource
Library Screenshot
Library DebugLibrary
Library JupyterLibrary
Expand All @@ -33,6 +32,7 @@ ${PV_SIZE} = 2
${ENVS_LIST} = ${NONE}
${DC_NAME} = elyra-s3
@{IMAGE_LIST} PyTorch TensorFlow TrustyAI
${PIPELINE_PATH} = ods-ci-notebooks-main/notebooks/500__jupyterhub/pipelines/v1/elyra/run-pipelines-on-data-science-pipelines/hello-generic-world.pipeline # robocop: disable


*** Test Cases ***
Expand All @@ -48,8 +48,7 @@ Verify Pipeline Is Displayed Correctly In Standard Data Science Workbench
... envs=${ENVS_LIST}
Start Workbench workbench_title=elyra-sds timeout=300s
Launch And Access Workbench workbench_title=elyra-sds
Clone Git Repository And Open https://github.com/redhat-rhods-qe/ods-ci-notebooks-main
... ods-ci-notebooks-main/notebooks/500__jupyterhub/elyra/run-pipelines-on-data-science-pipelines/hello-generic-world.pipeline # robocop: disable
Clone Git Repository And Open https://github.com/redhat-rhods-qe/ods-ci-notebooks-main ${PIPELINE_PATH}
Verify Hello World Pipeline Elements

Verify Pipeline Can Be Submitted And Runs Correctly From Standard Data Science Workbench
Expand Down Expand Up @@ -88,7 +87,6 @@ Elyra Pipelines Suite Setup
[Documentation] Suite Setup
Set Library Search Order SeleniumLibrary
RHOSi Setup
Install Red Hat OpenShift Pipelines

Elyra Pipelines SDS Setup
[Documentation] Suite Setup, creates DS Project and opens it
Expand Down Expand Up @@ -145,8 +143,7 @@ Run Elyra Hello World Pipeline Test # robocop: disable
... envs=${ENVS_LIST}
Start Workbench workbench_title=elyra_${img} timeout=300s
Launch And Access Workbench workbench_title=elyra_${img}
Clone Git Repository And Open https://github.com/redhat-rhods-qe/ods-ci-notebooks-main
... ods-ci-notebooks-main/notebooks/500__jupyterhub/elyra/run-pipelines-on-data-science-pipelines/hello-generic-world.pipeline # robocop: disable
Clone Git Repository And Open https://github.com/redhat-rhods-qe/ods-ci-notebooks-main ${PIPELINE_PATH}
Verify Hello World Pipeline Elements
Set Runtime Image In All Nodes runtime_image=Datascience with Python 3.9 (UBI9)
Run Pipeline pipeline_name=${img} Pipeline
Expand Down

0 comments on commit 0cdd34e

Please sign in to comment.