From b5434324dd88c2c1eaf1b5492744d6319305c575 Mon Sep 17 00:00:00 2001 From: lisa Date: Tue, 31 Dec 2024 20:13:28 -0500 Subject: [PATCH] test --- ods_ci/build/Dockerfile_interop | 2 +- ods_ci/run_interop.sh | 2 +- .../Resources/Page/OCPDashboard/OperatorHub/InstallODH.robot | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ods_ci/build/Dockerfile_interop b/ods_ci/build/Dockerfile_interop index 04757a971..6b400217a 100644 --- a/ods_ci/build/Dockerfile_interop +++ b/ods_ci/build/Dockerfile_interop @@ -21,7 +21,7 @@ ENV ODS_VENV="/ods_venv" \ WORKDIR /ods_venv COPY . ${ODS_VENV} -COPY ods_ci/test-variables.yml.example ${ODS_VENV}/ods_ci/test-variables.yml +COPY ./ods_ci/test-variables.yml.example ${ODS_VENV}/ods_ci/test-variables.yml RUN dnf install epel-release -y &&\ dnf -y update &&\ diff --git a/ods_ci/run_interop.sh b/ods_ci/run_interop.sh index c7efe96e6..d7d6749ed 100755 --- a/ods_ci/run_interop.sh +++ b/ods_ci/run_interop.sh @@ -61,4 +61,4 @@ if [[ -z "${ARTIFACT_DIR}" ]]; then ARTIFACT_DIR="/tmp" fi -poetry run robot --include ${TEST_SUITE} --exclude "Resources-*" --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} --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} diff --git a/ods_ci/tests/Resources/Page/OCPDashboard/OperatorHub/InstallODH.robot b/ods_ci/tests/Resources/Page/OCPDashboard/OperatorHub/InstallODH.robot index 76009bc03..52fbbbee2 100644 --- a/ods_ci/tests/Resources/Page/OCPDashboard/OperatorHub/InstallODH.robot +++ b/ods_ci/tests/Resources/Page/OCPDashboard/OperatorHub/InstallODH.robot @@ -21,8 +21,9 @@ Install ODH Operator Open OCP Console Open Page ${OCP_CONSOLE_URL} - Wait Until Page Contains Element xpath:${OCP_LOADING_ANIMATION_XPATH} timeout=5s - Wait Until Page Does Not Contain Element xpath:${OCP_LOADING_ANIMATION_XPATH} timeout=10s +# Wait Until Page Contains Element xpath:${OCP_LOADING_ANIMATION_XPATH} timeout=5s +# Wait Until Page Does Not Contain Element xpath:${OCP_LOADING_ANIMATION_XPATH} timeout=10s + Wait Until Element is Visible xpath://div[@class="pf-c-login"] timeout=10s Navigate to OperatorHub Menu.Navigate To Page Operators OperatorHub timeout=30s