Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude AI apps tests on ODH since these are irrelevant there #1338

Merged
merged 1 commit into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Library SeleniumLibrary
Library JupyterLibrary
Library ../../../../libs/Helpers.py
Suite Setup Anaconda Suite Setup
Test Tags ExcludeOnODH


*** Test Cases ***
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Resource ../../../Resources/RHOSi.resource
Library SeleniumLibrary
Suite Setup IBM Watson Studio Suite Setup
Suite Teardown IBM Watson Studio Suite Teardown
Test Tags ExcludeOnODH

*** Test Cases ***
Verify IBM Watson Studio Is Available In RHODS Dashboard Explore Page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Resource ../../../Resources/RHOSi.resource
Library SeleniumLibrary
Suite Setup Intel_Aikit Suite Setup
Suite Teardown Intel_Aikit Suite Teardown
Test Tags ExcludeOnODH

*** Variables ***
${intel_aikit_appname} aikit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Resource ../../../Resources/Page/ODH/AiApps/Rhoam.resource
Library SeleniumLibrary
Suite Setup RHOAM Suite Setup
Suite Teardown RHOAM Suite Teardown
Test Tags ExcludeOnODH


*** Test Cases ***
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Library SeleniumLibrary
Library OpenShiftLibrary
Suite Setup RHOAM Install Suite Setup
Suite Teardown RHOAM Suite Teardown
Test Tags ExcludeOnODH


*** Test Cases ***
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Resource ../../../Resources/RHOSi.resource
Library SeleniumLibrary
Suite Setup OpenVino Suite Setup
Suite Teardown OpenVino Suite Teardown
Test Tags ExcludeOnODH

*** Variables ***
${openvino_appname} ovms
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Resource ../../../Resources/RHOSi.resource
Suite Setup Pachyderm Suite Setup
Suite Teardown Pachyderm Suite Teardown

Test Tags ExcludeOnODH


*** Variables ***
${pachyderm_container_name} Pachyderm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Resource ../../../Resources/RHOSi.resource
Test Setup Dashboard Test Setup
Test Teardown Dashboard Test Teardown

Test Tags ExcludeOnODH


*** Variables ***
${SB_CARDS_XP}= //div[@id="starburst"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Resource ../../../Resources/Page/ODH/AiApps/ManagedStarburst.resource
Resource ../../../Resources/Page/ODH/ODHDashboard/ODHDataScienceProject/Projects.resource
Suite Setup Starburst Enterprise Suite Setup
Suite Teardown Starburst Enterprise Suite Teardown
Test Tags ExcludeOnODH


*** Variables ***
Expand Down
Loading