Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
liswang89 committed Jan 1, 2025
1 parent ee342e5 commit b543432
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ods_ci/build/Dockerfile_interop
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&\
Expand Down
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 "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}
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b543432

Please sign in to comment.