Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
liswang89 committed Jan 2, 2025
1 parent 3f3fcd5 commit eed38a7
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion ods_ci/run_interop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ if [[ -z "${ARTIFACT_DIR}" ]]; then
ARTIFACT_DIR="/tmp"
fi

poetry run robot --include ${TEST_SUITE} --exclude "AutomationBug" --exclude "ProductBug" --exclude "ExcludeOnRHOAI" -d ${ARTIFACT_DIR} -x xunit_test_result.xml -r test_report.html --variablefile ${TEST_VARIABLES_FILE} ${TEST_CASE_FILE}
poetry run robot --include ${TEST_SUITE} -d ${ARTIFACT_DIR} -x xunit_test_result.xml -r test_report.html --variablefile ${TEST_VARIABLES_FILE} ${TEST_CASE_FILE}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Resource ../../../Resources/CLI/MustGather/MustGather.resource
*** Test Cases ***
Verify that the must-gather image provides RHODS logs and info
[Documentation] Tests the must-gather image for ODH/RHOAI
[Tags] Smoke
[Tags] Smoke Interop
... ODS-505
... Operator
... MustGather
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Verify Documentation Links HTTP Status Code
[Documentation] It verifies the documentation links present in question mark and
... also checks the RHODS dcoumentation link present in resource page.
... ProductBug: RHOAIENG-11451 (on ODH only)
[Tags] Smoke
[Tags] Smoke Interop
... ODS-327 ODS-492
${links}= Get RHODS Documentation Links From Dashboard
# Compare Doc Links only by number, since ODH and RHOAI have diffrent URLs (but same count)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ${CUSTOM_APP_DICT_PATH}= tests/Resources/Files/CustomAppInfoDictionary.js
Verify Custom "QuickStart" Resource Creation
[Documentation] Create a Custom Resource "QuickStart" by using Dashboard CRDs: OdhQuickStart,
... and verify steps execution in Sidebar.
[Tags] Smoke
[Tags] Smoke Interop
... ODS-697
${exp_titles}= Create List ${EXPECTED_ITEMS_TITLES["quickstart"]}
Check Items Have Been Displayed In Resources Page resource_filter=QuickStart
Expand Down
6 changes: 3 additions & 3 deletions ods_ci/tests/Tests/0500__ide/0501__ide_jupyterhub/test.robot
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Test Tags JupyterHub

*** Test Cases ***
Logged Into OpenShift
[Tags] Smoke
[Tags] Smoke Interop
... ODS-127
Open OCP Console
Login To Openshift ${TEST_USER.USERNAME} ${TEST_USER.PASSWORD} ${TEST_USER.AUTH_TYPE}
Wait Until OpenShift Console Is Loaded

Can Launch Jupyterhub
[Tags] Smoke
[Tags] Smoke Interop
... ODS-935
#This keyword will work with accounts that are not cluster admins.
Launch RHOAI Via OCP Application Launcher
Expand All @@ -32,7 +32,7 @@ Can Launch Jupyterhub
Launch Jupyter From RHODS Dashboard Link

Can Login To Jupyterhub
[Tags] Smoke
[Tags] Smoke Interop
... ODS-936
Login To Jupyterhub ${TEST_USER.USERNAME} ${TEST_USER.PASSWORD} ${TEST_USER.AUTH_TYPE}
${authorization_required} = Is Service Account Authorization Required
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Verify Anaconda Professional Is Available In RHODS Dashboard Explore/Enabled Pag
[Documentation] Tests if ACE and its Activation button are present in Explore page.
... If the button is not there, it checks if ACE is already enabled
[Tags] Smoke
... ODS-262
... ODS-262 Interop
Open Browser ${ODH_DASHBOARD_URL} browser=${BROWSER.NAME} options=${BROWSER.OPTIONS}
Login To RHODS Dashboard ${TEST_USER.USERNAME} ${TEST_USER.PASSWORD} ${TEST_USER.AUTH_TYPE}
Wait For RHODS Dashboard To Load
Expand Down
2 changes: 1 addition & 1 deletion ods_ci/tests/Tests/0500__ide/0504__ide_intel_aikit.robot
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ${image_path} image-registry.openshift-image-registry.svc:5000
*** Test Cases ***
Verify Intel AIKIT Is Available In RHODS Dashboard Explore Page
[Tags] Smoke
... ODS-1017
... ODS-1017 Interop
Open Browser ${ODH_DASHBOARD_URL} browser=${BROWSER.NAME} options=${BROWSER.OPTIONS}
Login To RHODS Dashboard ${TEST_USER.USERNAME} ${TEST_USER.PASSWORD} ${TEST_USER.AUTH_TYPE}
Wait For RHODS Dashboard To Load
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Test Tags ExcludeOnODH
Verify IBM Watsonx AI Is Available In RHODS Dashboard Explore Page
[Documentation] Very simple test to check that the Watsonx.ai tile/card is present
... in the list of applications on the Applications -> Explore page.
[Tags] Smoke
... ODS-267
[Tags] Smoke Interop
... ODS-267
Open Browser ${ODH_DASHBOARD_URL} browser=${BROWSER.NAME} options=${BROWSER.OPTIONS}
Login To RHODS Dashboard ${TEST_USER.USERNAME} ${TEST_USER.PASSWORD} ${TEST_USER.AUTH_TYPE}
Wait For RHODS Dashboard To Load
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Kueue smoke test
[Tags] Smoke
... DistributedWorkloads
... WorkloadsOrchestration
... ODS-2676
... ODS-2676 Interop
Log To Console Waiting for kueue-controller-manager to be available
${result} = Run Process oc wait --for\=condition\=Available --timeout\=300s -n ${APPLICATIONS_NAMESPACE} deployment/kueue-controller-manager
... shell=true stderr=STDOUT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Suite Teardown Teardown Codeflare E2E Test Suite
*** Test Cases ***
Ray smoke test
[Documentation] Check that Kuberay deployment and service are up and running
[Tags] Smoke
[Tags] Smoke Interop
... DistributedWorkloads
... Training
... ODS-2648
Expand All @@ -36,7 +36,7 @@ Ray smoke test

Codeflare smoke test
[Documentation] Check that Codeflare deployment and its monitoring service are up and running
[Tags] Smoke
[Tags] Smoke Interop
... DistributedWorkloads
... Training
... ODS-2675
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Test Tags ExcludeOnODH

*** Test Cases ***
Verify RHOAM Is Available In RHODS Dashboard Explore Page
[Tags] Smoke Tier1
[Tags] Smoke Tier1 Interop
... ODS-271
Open Browser ${ODH_DASHBOARD_URL} browser=${BROWSER.NAME} options=${BROWSER.OPTIONS}
Login To RHODS Dashboard ${TEST_USER.USERNAME} ${TEST_USER.PASSWORD} ${TEST_USER.AUTH_TYPE}
Expand Down

0 comments on commit eed38a7

Please sign in to comment.