@@ -320,20 +320,19 @@ hatch run test -vvv -s ./tests/model_select_test.py
320320## Integration Test
321321
322322``` bash
323- ./e2e_test.sh test " <deploy options>"
324- # e.g., ./e2e_test.sh test "ESTIMATOR TEST"
323+ ./e2e_test.sh < options>
325324```
326325
327- | scenario | test cases | deploy options | status |
328- | ---------------------------------------------| -----------------------------------------------------------------------| -----------------------| ----------|
329- | Kepler with estimator only | Latest Kepler image is connected to estimator | ESTIMATOR | ✔ ; |
330- | | Estimator can load model from config | ESTIMATOR | ✔ ; |
331- | | Dummy power request can be made to estimator | ESTIMATOR TEST | ✔ ; |
332- | Kepler with model server only | Latest Kepler image can request weight model from model server | SERVER | ✔ ; |
333- | | Dummy weight model request can be made to model server | SERVER TEST | ✔ ; |
334- | Kepler with estimator and model server | Estimator can load model from model server | ESTIMATOR SERVER | ✔ ; |
335- | | Model server can load initial model | ESTIMATOR SERVER | ✔ ; |
336- | | Dummy power request can be made to estimator | ESTIMATOR SERVER TEST | ✔ ; |
337- | Kepler with model server and online trainer | Kepler can provide metric to online trainer to train | ONLINE | WIP |
338- | | Dummy prometheus server can provide metric to online trainer to train | ONLINE TEST | WIP |
339- | | Trained model is updated to pipeline and availble on model server | | WIP |
326+ | scenario | test cases | deploy options | status |
327+ | ---------------------------------------------| -----------------------------------------------------------------------| ----------------------------- | ----------|
328+ | Kepler with estimator only | Latest Kepler image is connected to estimator | --estimator | ✔ ; |
329+ | | Estimator can load model from config | --estimator | ✔ ; |
330+ | | Dummy power request can be made to estimator | --test --estimator | ✔ ; |
331+ | Kepler with model server only | Latest Kepler image can request weight model from model server | --server | ✔ ; |
332+ | | Dummy weight model request can be made to model server | --test --server | ✔ ; |
333+ | Kepler with estimator and model server | Estimator can load model from model server | --estimator --server | ✔ ; |
334+ | | Model server can load initial model | --estimator --server | ✔ ; |
335+ | | Dummy power request can be made to estimator | --test --estimator --server | ✔ ; |
336+ | Kepler with model server and online trainer | Kepler can provide metric to online trainer to train | ONLINE | WIP |
337+ | | Dummy prometheus server can provide metric to online trainer to train | ONLINE TEST | WIP |
338+ | | Trained model is updated to pipeline and availble on model server | | WIP |
0 commit comments