opendatahub-io / ai-edge

ODH integration with AI at the Edge usecases
Apache License 2.0
11 stars 19 forks source link

As a MLOps engineer I would like to perform automated tests to test the functional behavior of the container with the trained model. #5

Open LaVLaS opened 1 year ago

LaVLaS commented 1 year ago

Requirements:

Sub Tasks

gzaronikas commented 1 year ago

Can we elaborate a bit on the what the testing would look like? Are we expecting functional/integration tests? Things to consider:

piotrpdev commented 1 year ago

Stefan's code does this, see #16 for more details.

LaVLaS commented 1 year ago

Can we elaborate a bit on the what the testing would look like? Are we expecting functional/integration tests?

The goal is to show that we can verify basic functionality of any example model. A is not required but we should be able to run some test that can determine:

devguyio commented 1 year ago

For the PoC this is covered by #2

devguyio commented 1 year ago

I believe we discovered that what was intended by this is to deploy the model in a test env as part of the pipeline. This is not covered by #2

StevenTobin commented 1 year ago

Some things that should be included to call testing of the image/testing in PoC complete

adelton commented 1 year ago

So the test/stage environment use-case is tracked in https://github.com/opendatahub-io/ai-edge/issues/59.

If we factor that out, does the current approach with the test-mlflow-image Pipeline already cover the rest of this issue today?

piotrpdev commented 1 year ago

I'm down to close this issue and focus on #59, this issue was meant for simple tests anyway and it would be good to close it since it's part of phase 1. @devguyio @StevenTobin @LaVLaS ?