Skip to content

Commit dcbf87b

Browse files
committed
fix: update Readme file based on review comments
Signed-off-by: Debarati Basu-Nag <dbasunag@redhat.com>
1 parent 0bf4b46 commit dcbf87b

File tree

7 files changed

+1
-20
lines changed

7 files changed

+1
-20
lines changed

tests/cluster_health/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,3 @@ pytest -m operator_health
5454
# Run both
5555
pytest -m "cluster_health or operator_health"
5656
```
57-
58-
## Additional Resources
59-
60-
- [OpenDataHub Documentation](https://opendatahub.io/docs)
61-
- [OpenShift AI Documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed)

tests/fixtures/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,3 @@ def test_with_vector_db(vector_io_provider_deployment_config_factory):
7272
## Adding New Fixtures
7373

7474
When adding shared fixtures, place them in the appropriate module file (or create a new one), and register the new module in `/tests/conftest.py` under `pytest_plugins`. Follow the project's fixture conventions: use noun-based names, narrowest appropriate scope, and context managers for resource lifecycle.
75-
76-
## Additional Resources
77-
78-
- [OpenDataHub Documentation](https://opendatahub.io/docs)
79-
- [OpenShift AI Documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed)

tests/llama_stack/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,3 @@ For information about the APIs and Providers available in the Red Hat LlamaStack
145145
## Additional Resources
146146

147147
- [Llama Stack Documentation](https://llamastack.github.io/docs/)
148-
- [OpenDataHub Documentation](https://opendatahub.io/docs)
149-
- [OpenShift AI Documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed)

tests/model_explainability/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,3 @@ pytest tests/model_explainability/trustyai_service/fairness/
121121
## Additional Resources
122122

123123
- [TrustyAI Documentation](https://github.com/trustyai-explainability)
124-
- [OpenDataHub Documentation](https://opendatahub.io/docs)
125-
- [OpenShift AI Documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed)

tests/model_registry/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ model_registry/
6161
@pytest.mark.smoke # Critical smoke tests
6262
@pytest.mark.tier1 # Tier 1 tests
6363
@pytest.mark.tier2 # Tier 2 tests
64+
@pytest.mark.tier3 # Tier 3 tests, includes negative tests
6465
@pytest.mark.custom_namespace # Custom namespace tests
6566
@pytest.mark.component_health # Component health checks
6667
@pytest.mark.skip_on_disconnected # Requires internet connectivity
@@ -120,5 +121,3 @@ pytest -m pre_upgrade tests/model_registry/
120121
## Additional Resources
121122

122123
- [Model Registry Documentation](https://github.com/kubeflow/model-registry)
123-
- [OpenDataHub Documentation](https://opendatahub.io/docs)
124-
- [OpenShift AI Documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed)

tests/model_serving/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,5 +156,3 @@ pytest -m "not gpu" tests/model_serving/
156156
- [vLLM Documentation](https://docs.vllm.ai/)
157157
- [OpenVINO Documentation](https://docs.openvino.ai/)
158158
- [Triton Inference Server](https://github.com/triton-inference-server/server)
159-
- [OpenDataHub Documentation](https://opendatahub.io/docs)
160-
- [OpenShift AI Documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed)

tests/workbenches/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,3 @@ pytest -m "not slow" tests/workbenches/
6262
## Additional Resources
6363

6464
- [Kubeflow Notebook Controller](https://github.com/kubeflow/kubeflow/tree/master/components/notebook-controller)
65-
- [OpenDataHub Documentation](https://opendatahub.io/docs)
66-
- [OpenShift AI Documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed)

0 commit comments

Comments
 (0)