Skip to content

Commit

Permalink
Verify That There Are No Sample Pipelines After Creating Pipeline Ser…
Browse files Browse the repository at this point in the history
…ver in RHOAI (red-hat-data-services#1368)

* Added Automation for RHOAIENG-4382

* removed RunThisTest tag

* Added Fail and Made some changes

* Added Fail and Made some changes

* replaced Import Pipeline

* replaced Import Pipeline with new Keyword

* Modified sample pipelines verification

---------

Co-authored-by: Jorge <[email protected]>
  • Loading branch information
Raghul-M and jgarciao authored Apr 16, 2024
1 parent 24f666c commit 6aa163c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,17 @@ Verify There Is No "Error Displaying Pipelines" After Creating Pipeline Server
Run Keyword And Ignore Error Wait Until Page Contains Error displaying pipelines timeout=60s
Run Keyword And Warn On Failure Page Should Not Contain Error displaying pipelines

Verify That There Are No Sample Pipelines After Creating Pipeline Server
[Documentation] Verify creation of sample pipelines by default when deploying dsp in RHOAI/ODH
Log ${PRODUCT}
${samples_not_created}= Run Keyword And Return Status Wait Until Page Contains Start by importing a pipeline timeout=40s
Run Keyword If ${samples_not_created} Log Sample Pipelines Not Created
IF ${samples_not_created}==False
Fail Default Sample Pipelines should not be created after creating a pipeline server in ${PRODUCT}
END



Open Pipeline Detail
[Documentation] Open the Pipeline detail
[Arguments] ${pipeline_name}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Verify User Can Create, Run and Delete A DS Pipeline From DS Project Details Pag

Create Pipeline Server dc_name=${DC_NAME} project_title=${PRJ_TITLE}
Verify There Is No "Error Displaying Pipelines" After Creating Pipeline Server
Verify That There Are No Sample Pipelines After Creating Pipeline Server
Wait Until Pipeline Server Is Deployed project_title=${PRJ_TITLE}

# Import pipeline but cancel dialog
Expand Down

0 comments on commit 6aa163c

Please sign in to comment.