Skip to content

Commit 3d35d1a

Browse files
docs: replace openMCP references with OpenControlPlane and add quickstart link
Signed-off-by: Maximilian Techritz <maximilian.techritz@sap.com>
1 parent b252f6c commit 3d35d1a

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[![REUSE status](https://api.reuse.software/badge/github.com/openmcp-project/platform-service-test-runner)](https://api.reuse.software/info/github.com/openmcp-project/platform-service-test-runner)
22

3-
# platform-service-test-runner
3+
# platform-service-test-runner 🏃
44

55
## About this project
66

7-
Platform-service-test-runner allows to define and run in-cluster tests on the openMCP clusters. It provides a framework for creating end-to-end tests that can be executed as Kubernetes resources.
7+
Platform-service-test-runner allows to define and run in-cluster tests on [OpenControlPlane](https://open-control-plane.io/) clusters. It provides a framework for creating end-to-end tests that can be executed as Kubernetes resources.
88

99
## Architecture
1010

@@ -267,15 +267,17 @@ testRegistry.RegisterTestCase("createService", &runner.CreateServiceTest{Onboard
267267

268268
## Requirements and Setup
269269

270-
In combination with the openMCP Operator, this controller can be deployed via a simple k8s resource:
270+
To spin up a local OpenControlPlane instance, follow the [Quickstart Guide](https://open-control-plane.io/operators/quickstart).
271+
272+
If you already have a running OpenControlPlane instance, deploy the platform service into your platform via:
271273

272274
```yaml
273275
apiVersion: openmcp.cloud/v1alpha1
274276
kind: PlatformService
275277
metadata:
276278
name: test-runner
277279
spec:
278-
image: ghcr.io/openmcp-project/images/platform-service-test-runner:v0.0.1
280+
image: ghcr.io/openmcp-project/images/platform-service-test-runner:<latest-version>
279281
```
280282
281283
To run it locally, run

0 commit comments

Comments
 (0)