Commit ff0fea7
Fix and deprecate agents test. Increase timeouts. Add workaround for RHAIENG-1819 (#840)
* fix: Fix agents test
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
* fix: Deprecate agents test
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
* Move to pytest 9.0.0 (#823)
Co-authored-by: Karishma Punwatkar <kpunwatk@redhat.com>
* Update label to ensure we pick the right pod (#841)
* fix ig test failing due to timeout (#844)
* fix ig test failing due to timeout
Signed-off-by: Milind Waykole <mwaykole@redhat.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Signed-off-by: Milind Waykole <mwaykole@redhat.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* remove empty dir which is not needed now (#846)
Signed-off-by: Milind Waykole <mwaykole@redhat.com>
* some refactor of code for model-server (#845)
* refactor some test
Signed-off-by: Milind Waykole <mwaykole@redhat.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* add kueue direct
Signed-off-by: Milind Waykole <mwaykole@redhat.com>
---------
Signed-off-by: Milind Waykole <mwaykole@redhat.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* migrate tier2 test to ovms (#847)
Signed-off-by: Milind Waykole <mwaykole@redhat.com>
* Refactor model_server tests: organize KServe tests and migrate to OVMS (#848)
- Move KServe-specific tests into tests/model_serving/model_server/kserve/ directory:
* authentication/
* components/
* inference_graph/
* inference_service_configuration/
* keda/
* kueue/
* metrics/
* model_car/
* multi_node/
* private_endpoint/
* raw_deployment/
* routes/
* stop_resume/
* storage/
- Keep upgrade/ at model_server level (general model server tests)
- Keep llmd/ and maas_billing/ at model_server level (non-KServe components)
- Migrate test_custom_resources.py from Caikit-TGIS to OVMS runtime
* Update to use OVMS template and model format
* Use test-dir model from ods-ci-s3 bucket
* Add to sanity test suite
- Fix InferenceGraph tests:
* Add kserve_raw_headless_service_config fixture to set DSC rawDeploymentServiceConfig to Headed
* Ensure proper fixture dependency ordering
* All 6 InferenceGraph tests now passing
- Update all imports to reflect new directory structure
- Clean up empty directories (model_mesh, ovms, runtime_configuration)
- All pre-commit checks and tests passing
* Refactor model_server tests: organize KServe tests and migrate to OVMS (#850)
fix signoff for previous pr
Signed-off-by: Milind Waykole <mwaykole@redhat.com>
* Added smoke tests markers for Runtime-tests (#852)
* Hardcoded Triton Runtime Image in Triton testsuite (#853)
* Hardcoded triton image
* fixed ns name
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update TRITON_IMAGE version to 24.10-py3
* Changed image version
* added smoke marker
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Add test for issue checking isvc status RHOAIENG-38674 (#858)
* Add test for issue checking isvc status RHOAIENG-38674
Signed-off-by: Milind Waykole <mwaykole@redhat.com>
* fix func name
Signed-off-by: Milind Waykole <mwaykole@redhat.com>
---------
Signed-off-by: Milind Waykole <mwaykole@redhat.com>
* Add support for byoidc envs in MR tests (#820)
* feat: add support for byoidc envs
Signed-off-by: lugi0 <lgiorgi@redhat.com>
* fix: fix uv lock conflict
Signed-off-by: lugi0 <lgiorgi@redhat.com>
* fix: coderabbit review
Signed-off-by: lugi0 <lgiorgi@redhat.com>
* undo uv changes
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* feat: address review comments
Signed-off-by: lugi0 <lgiorgi@redhat.com>
* fix: address coderabbit review
Signed-off-by: lugi0 <lgiorgi@redhat.com>
* feat: remove code that is not needed anymore
Signed-off-by: lugi0 <lgiorgi@redhat.com>
---------
Signed-off-by: lugi0 <lgiorgi@redhat.com>
Co-authored-by: Debarati Basu-Nag <dbasunag@redhat.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Lock file maintenance (#856)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Adjust automation for FAISS vector store (#819)
* Adjust automation for FAISS vector store
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jorge <jgarciao@users.noreply.github.com>
* [pre-commit.ci] pre-commit autoupdate (#859)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.4 → v0.14.5](astral-sh/ruff-pre-commit@v0.14.4...v0.14.5)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* llmd tests minor improvements (#831)
* Increase timeout for llmd
* Update utilities/llmd_constants.py
Co-authored-by: Adolfo Aguirrezabal <aaguirre@redhat.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: Adolfo Aguirrezabal <aaguirre@redhat.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Milind Waykole <mwaykole@redhat.com>
* Fix the test which re getting skipped due to scope (#865)
Signed-off-by: Milind Waykole <mwaykole@redhat.com>
* Update error pattern for negative test (#864)
Co-authored-by: Luca Giorgi <lgiorgi@redhat.com>
* fix: add xfail to failing catalog test (#867)
Signed-off-by: lugi0 <lgiorgi@redhat.com>
* Change model catakog label to pick both the catalog pods (#863)
Co-authored-by: Luca Giorgi <lgiorgi@redhat.com>
* feat: add wait_for_unique_llama_stack_pod as workaround for RHAIENG-1819
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
* fix: increase timeout when creating the llama-stack deployment
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
* Refactor model_server tests: organize KServe tests and migrate to OVMS (#850)
fix signoff for previous pr
Signed-off-by: Milind Waykole <mwaykole@redhat.com>
* feat: add tests for ragas remote provider (#866)
* Refactor model_server tests: organize KServe tests and migrate to OVMS (#850)
fix signoff for previous pr
Signed-off-by: Milind Waykole <mwaykole@redhat.com>
---------
Signed-off-by: Jorge Garcia Oncins <jgarciao@redhat.com>
Signed-off-by: Milind Waykole <mwaykole@redhat.com>
Signed-off-by: lugi0 <lgiorgi@redhat.com>
Co-authored-by: Debarati Basu-Nag <dbasunag@redhat.com>
Co-authored-by: Karishma Punwatkar <kpunwatk@redhat.com>
Co-authored-by: Milind Waykole <mwaykole@redhat.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: RAGHUL M <ragm@redhat.com>
Co-authored-by: Luca Giorgi <lgiorgi@redhat.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jiri Petrlik <jiripetrlik@gmail.com>
Co-authored-by: Thomas Recchiuto <34453570+threcc@users.noreply.github.com>
Co-authored-by: Adolfo Aguirrezabal <aaguirre@redhat.com>1 parent ada7ce5 commit ff0fea7
File tree
3 files changed
+81
-18
lines changed- tests/llama_stack
- agents
3 files changed
+81
-18
lines changedLines changed: 33 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
31 | 37 | | |
32 | 38 | | |
33 | 39 | | |
| |||
106 | 112 | | |
107 | 113 | | |
108 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
109 | 121 | | |
110 | 122 | | |
111 | 123 | | |
112 | 124 | | |
113 | 125 | | |
| 126 | + | |
114 | 127 | | |
115 | 128 | | |
116 | 129 | | |
| |||
123 | 136 | | |
124 | 137 | | |
125 | 138 | | |
126 | | - | |
| 139 | + | |
| 140 | + | |
127 | 141 | | |
128 | 142 | | |
129 | 143 | | |
| |||
147 | 161 | | |
148 | 162 | | |
149 | 163 | | |
150 | | - | |
| 164 | + | |
151 | 165 | | |
152 | 166 | | |
153 | 167 | | |
154 | 168 | | |
155 | 169 | | |
156 | 170 | | |
157 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
158 | 174 | | |
159 | 175 | | |
160 | 176 | | |
161 | | - | |
162 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
163 | 180 | | |
164 | | - | |
| 181 | + | |
165 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
147 | | - | |
148 | | - | |
| 148 | + | |
| 149 | + | |
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
| |||
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
| 212 | + | |
211 | 213 | | |
212 | 214 | | |
213 | 215 | | |
| |||
222 | 224 | | |
223 | 225 | | |
224 | 226 | | |
225 | | - | |
| 227 | + | |
226 | 228 | | |
227 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
228 | 233 | | |
229 | 234 | | |
230 | 235 | | |
| |||
321 | 326 | | |
322 | 327 | | |
323 | 328 | | |
| 329 | + | |
324 | 330 | | |
325 | 331 | | |
326 | 332 | | |
| |||
355 | 361 | | |
356 | 362 | | |
357 | 363 | | |
358 | | - | |
| 364 | + | |
359 | 365 | | |
360 | 366 | | |
361 | 367 | | |
362 | | - | |
| 368 | + | |
363 | 369 | | |
364 | 370 | | |
365 | 371 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
52 | 82 | | |
53 | 83 | | |
| 84 | + | |
54 | 85 | | |
55 | 86 | | |
56 | 87 | | |
57 | | - | |
| 88 | + | |
58 | 89 | | |
59 | 90 | | |
60 | 91 | | |
61 | 92 | | |
62 | 93 | | |
| 94 | + | |
63 | 95 | | |
64 | 96 | | |
65 | 97 | | |
66 | 98 | | |
| 99 | + | |
67 | 100 | | |
68 | 101 | | |
| 102 | + | |
69 | 103 | | |
| 104 | + | |
70 | 105 | | |
71 | 106 | | |
72 | 107 | | |
| |||
108 | 143 | | |
109 | 144 | | |
110 | 145 | | |
| 146 | + | |
111 | 147 | | |
112 | 148 | | |
113 | 149 | | |
| |||
0 commit comments