-
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
Smoke Test failure - Name fix for Runtime template #2103
Conversation
ods_ci/tests/Tests/1000__model_serving/1003__model_serving_customruntimes.robot
Fixed
Show fixed
Hide fixed
ods_ci/tests/Tests/1000__model_serving/1003__model_serving_customruntimes.robot
Fixed
Show fixed
Hide fixed
Robot Results
|
@@ -5,14 +5,15 @@ Resource ../../Resources/Page/ODH/ODHDashboard/ODHDashboardSettingsRunt | |||
Resource ../../Resources/Page/ODH/ODHDashboard/ODHDataScienceProject/DataConnections.resource | |||
Resource ../../Resources/Page/ODH/ODHDashboard/ODHModelServing.resource | |||
Suite Setup Custom Serving Runtime Suite Setup | |||
Suite Teardown Custom Serving Runtime Suite Teardown | |||
#Suite Teardown Custom Serving Runtime Suite Teardown |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why teardown is commented ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I forgot to uncomment it , let me uncomment it now
@@ -25,7 +26,7 @@ Verify RHODS Admins Can Import A Custom Serving Runtime Template By Uploading A | |||
Open Dashboard Settings settings_page=Serving runtimes | |||
Upload Serving Runtime Template runtime_filepath=${OVMS_RUNTIME_FILEPATH} | |||
... serving_platform=multi runtime_protocol=gRPC | |||
Serving Runtime Template Should Be Listed displayed_name=${UPLOADED_OVMS_DISPLAYED_NAME} | |||
Serving Runtime Template Should Be Listed displayed_name=${UPLOADED_OVMS_XPATH_NAME} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is the displayed_name=${UPLOADED_OVMS_XPATH_NAME
varible name i f9 not see in the suite
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed it
|
…ices#2103) * Name fix for Runtime template * Name fix for Runtime YAML template * uncommented teardown --------- Co-authored-by: Tarun Kumar <takumar@redhat.com>
…ices#2103) * Name fix for Runtime template * Name fix for Runtime YAML template * uncommented teardown --------- Co-authored-by: Tarun Kumar <takumar@redhat.com>
No description provided.