-
Notifications
You must be signed in to change notification settings - Fork 82
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
Add keyword to find ROSA_HCP environment #2143
Conversation
ods_ci/tests/Tests/0600__distributed_workloads/0601__workloads_orchestration/test-smoke.robot
Fixed
Show fixed
Hide fixed
ods_ci/tests/Tests/0600__distributed_workloads/0601__workloads_orchestration/test-smoke.robot
Fixed
Show fixed
Hide fixed
ods_ci/tests/Tests/0600__distributed_workloads/0601__workloads_orchestration/test-smoke.robot
Fixed
Show fixed
Hide fixed
ods_ci/tests/Tests/0600__distributed_workloads/0602__training/test-smoke.robot
Fixed
Show fixed
Hide fixed
ods_ci/tests/Tests/0600__distributed_workloads/0602__training/test-smoke.robot
Fixed
Show fixed
Hide fixed
ods_ci/tests/Tests/0600__distributed_workloads/0602__training/test-smoke.robot
Fixed
Show fixed
Hide fixed
ods_ci/tests/Tests/0600__distributed_workloads/0602__training/test-smoke.robot
Fixed
Show fixed
Hide fixed
ods_ci/tests/Tests/0600__distributed_workloads/0602__training/test-smoke.robot
Fixed
Show fixed
Hide fixed
Smoke test passed on ROSA_HCP cluster in |
Robot Results
|
ods_ci/tests/Tests/0600__distributed_workloads/0602__training/test-smoke.robot
Fixed
Show fixed
Hide fixed
ods_ci/tests/Tests/0600__distributed_workloads/0602__training/test-smoke.robot
Fixed
Show fixed
Hide fixed
ods_ci/tests/Tests/0600__distributed_workloads/0602__training/test-smoke.robot
Fixed
Show fixed
Hide fixed
ods_ci/tests/Tests/0600__distributed_workloads/0602__training/test-smoke.robot
Outdated
Show resolved
Hide resolved
ods_ci/tests/Tests/0600__distributed_workloads/0601__workloads_orchestration/test-smoke.robot
Fixed
Show fixed
Hide fixed
@@ -256,3 +257,22 @@ | |||
[Documentation] Check that upstream Go test is not missing | |||
[Arguments] ${test_run_output} | |||
Should Not Contain ${test_run_output} testing: warning: no tests to run No Go tests were run | |||
|
|||
Verify container images |
Check warning
Code scanning / Robocop
Keyword name '{{ keyword_name }}' does not follow case convention Warning test
ods_ci/tests/Resources/Page/DistributedWorkloads/DistributedWorkloads.resource
Fixed
Show fixed
Hide fixed
ods_ci/tests/Resources/Page/DistributedWorkloads/DistributedWorkloads.resource
Fixed
Show fixed
Hide fixed
Container Image Url Should Contain ${APPLICATIONS_NAMESPACE} ${pod} manager | ||
... registry.redhat.io/rhoai/odh-kueue-controller | ||
Log To Console kueue-controller-manager's container image is verified | ||
Verify container images kueue-controller-manager manager odh-kueue-controller |
Check warning
Code scanning / Robocop
Keyword name '{{ keyword_name }}' does not follow case convention Warning test
Container Image Url Should Contain ${APPLICATIONS_NAMESPACE} ${pod} kuberay-operator | ||
... registry.redhat.io/rhoai/odh-kuberay-operator-controller | ||
Log To Console kuberay-operator's container image is verified | ||
Verify container images kuberay-operator kuberay-operator odh-kuberay-operator-controller |
Check warning
Code scanning / Robocop
Keyword name '{{ keyword_name }}' does not follow case convention Warning test
Container Image Url Should Contain ${APPLICATIONS_NAMESPACE} ${pod} manager | ||
... registry.redhat.io/rhoai/odh-codeflare-operator | ||
Log To Console codeflare-operator-manager's container image is verified | ||
Verify container images codeflare-operator-manager manager odh-codeflare-operator |
Check warning
Code scanning / Robocop
Keyword name '{{ keyword_name }}' does not follow case convention Warning test
Container Image Url Should Contain ${APPLICATIONS_NAMESPACE} ${pod} training-operator | ||
... registry.redhat.io/rhoai/odh-training-operator | ||
Log To Console kubeflow-training-operator's container image is verified | ||
Verify container images kubeflow-training-operator training-operator odh-training-operator |
Check warning
Code scanning / Robocop
Keyword name '{{ keyword_name }}' does not follow case convention Warning test
ods_ci/tests/Resources/Page/DistributedWorkloads/DistributedWorkloads.resource
Outdated
Show resolved
Hide resolved
Verify container images | ||
[Documentation] Verify container images | ||
[Arguments] ${pod_name} ${container} ${expected_image} | ||
${test_env}= Is Test Enviroment ROSA-HCP |
Check warning
Code scanning / Robocop
The assignment sign is not consistent within the file. Expected '{{ expected_sign }}' but got '{{ actual_sign }}' instead Warning test
[Arguments] ${pod_name} ${container} ${expected_image} | ||
${test_env}= Is Test Enviroment ROSA-HCP | ||
# We use Kyverno custom policies to pull unreleased images from quay registry for hypershift clusters | ||
${registry_name} = Set Variable If ${test_env}==True |
Check notice
Code scanning / Robocop
'{{ block_name }}' condition can be simplified Note test
Quality Gate passedIssues Measures |
@jgarciao Could you please review the PR |
@rnetser Addressed your requested changes, please review |
Add keyword to find ROSA_HCP environment
Closes RHOAIENG-17323