diff --git a/docs/md/io/odh/test/e2e/standard/ModelServingST.md b/docs/md/io/odh/test/e2e/standard/ModelServingST.md new file mode 100644 index 00000000..12448dfe --- /dev/null +++ b/docs/md/io/odh/test/e2e/standard/ModelServingST.md @@ -0,0 +1,42 @@ +# ModelServingST + +**Description:** Verifies simple setup of ODH for model serving by spin-up operator, setup DSCI, and setup DSC. + +**Before tests execution steps:** + +| Step | Action | Result | +| - | - | - | +| 1. | Deploy Pipelines Operator | Pipelines operator is available on the cluster | +| 2. | Deploy ServiceMesh Operator | ServiceMesh operator is available on the cluster | +| 3. | Deploy Serverless Operator | Serverless operator is available on the cluster | +| 4. | Install ODH operator | Operator is up and running and is able to serve it's operands | +| 5. | Deploy DSCI | DSCI is created and ready | +| 6. | Deploy DSC | DSC is created and ready | + +**After tests execution steps:** + +| Step | Action | Result | +| - | - | - | +| 1. | Delete ODH operator and all created resources | Operator is removed and all other resources as well | + +