-
Notifications
You must be signed in to change notification settings - Fork 81
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 Custom Serving Runtime UI test suite #964
Add Custom Serving Runtime UI test suite #964
Conversation
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.
Robocop found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
Robot Results
|
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
4e73567
to
ca56cc0
Compare
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
Signed-off-by: bdattoma <[email protected]>
PR Validation
None of the failures are related/caused to the code under this PR
|
...ci/tests/Tests/400__ods_dashboard/420__model_serving/423__model_serving_customruntimes.robot
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed!
|
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.
LGTM
* make open settings kw generic pt1 Signed-off-by: bdattoma <[email protected]> * add custom serving runtime suite Signed-off-by: bdattoma <[email protected]> * apply changes to Open dashboard settings kw calls Signed-off-by: bdattoma <[email protected]> * add basic keyword to upload a runtime template Signed-off-by: bdattoma <[email protected]> * add ods-2276 Signed-off-by: bdattoma <[email protected]> * add ovms-custom template Signed-off-by: bdattoma <[email protected]> * add click action common kw Signed-off-by: bdattoma <[email protected]> * add serving runtime deletion kw Signed-off-by: bdattoma <[email protected]> * add ods-2279 Signed-off-by: bdattoma <[email protected]> * check if details page is already open Signed-off-by: bdattoma <[email protected]> * make model server kw working on DSProject page Signed-off-by: bdattoma <[email protected]> * add ODS-2281 and final suite setup Signed-off-by: bdattoma <[email protected]> * add kw to delete single dsproject from cli Signed-off-by: bdattoma <[email protected]> * final suite setup/teardown Signed-off-by: bdattoma <[email protected]> * move runtime deletion to suite teardown Signed-off-by: bdattoma <[email protected]> * remove continue keyword Signed-off-by: bdattoma <[email protected]> * remove wrong arg from call Signed-off-by: bdattoma <[email protected]> * fix setup and teardown Signed-off-by: bdattoma <[email protected]> * fix eventual runtime creation Signed-off-by: bdattoma <[email protected]> * fix open section options menu Signed-off-by: bdattoma <[email protected]> * fix runtime deletion from cli Signed-off-by: bdattoma <[email protected]> * fix dryrun Signed-off-by: bdattoma <[email protected]> * fix dryrun (2) Signed-off-by: bdattoma <[email protected]> * fix dryrun (3) Signed-off-by: bdattoma <[email protected]> * increase pod timeout for runtime Signed-off-by: bdattoma <[email protected]> --------- Signed-off-by: bdattoma <[email protected]>
* make open settings kw generic pt1 Signed-off-by: bdattoma <[email protected]> * add custom serving runtime suite Signed-off-by: bdattoma <[email protected]> * apply changes to Open dashboard settings kw calls Signed-off-by: bdattoma <[email protected]> * add basic keyword to upload a runtime template Signed-off-by: bdattoma <[email protected]> * add ods-2276 Signed-off-by: bdattoma <[email protected]> * add ovms-custom template Signed-off-by: bdattoma <[email protected]> * add click action common kw Signed-off-by: bdattoma <[email protected]> * add serving runtime deletion kw Signed-off-by: bdattoma <[email protected]> * add ods-2279 Signed-off-by: bdattoma <[email protected]> * check if details page is already open Signed-off-by: bdattoma <[email protected]> * make model server kw working on DSProject page Signed-off-by: bdattoma <[email protected]> * add ODS-2281 and final suite setup Signed-off-by: bdattoma <[email protected]> * add kw to delete single dsproject from cli Signed-off-by: bdattoma <[email protected]> * final suite setup/teardown Signed-off-by: bdattoma <[email protected]> * move runtime deletion to suite teardown Signed-off-by: bdattoma <[email protected]> * remove continue keyword Signed-off-by: bdattoma <[email protected]> * remove wrong arg from call Signed-off-by: bdattoma <[email protected]> * fix setup and teardown Signed-off-by: bdattoma <[email protected]> * fix eventual runtime creation Signed-off-by: bdattoma <[email protected]> * fix open section options menu Signed-off-by: bdattoma <[email protected]> * fix runtime deletion from cli Signed-off-by: bdattoma <[email protected]> * fix dryrun Signed-off-by: bdattoma <[email protected]> * fix dryrun (2) Signed-off-by: bdattoma <[email protected]> * fix dryrun (3) Signed-off-by: bdattoma <[email protected]> * increase pod timeout for runtime Signed-off-by: bdattoma <[email protected]> --------- Signed-off-by: bdattoma <[email protected]>
This PRs aims to add the first automated test cases for Custom Serving Runtime feature, in particular: