Skip to content

Commit 555891e

Browse files
committed
docs(serviceprovider): wip
On-behalf-of: @SAP [email protected] Signed-off-by: Christopher Junk <[email protected]>
1 parent bfa86e0 commit 555891e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/about/design/service-provider-design.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ The following validation flow validates that a `ServiceProvider` is functioning
161161
0. SETUP: Create test environment by installing any `ServiceProvider` prerequisite: a) k8s cluster, e.g. kind, b) install `service-provider-operator` and wait for the operator to become available
162162
1. ASSESS: Request `ServiceProvider` and wait for `ServiceProvider` deployment and `ServiceProviderAPI` to become available
163163
2. ASSESS: Consume `ServiceProviderAPI` to provision a `DomainService` and wait for the `DomainService` and `DomainServiceAPI` to become available
164-
3. ASSESS: (optional) Depending on the `DomainService` context, consume the `DomainServiceAPI` and validate that the `DomainService` is functioning as expected
165-
4. ASSESS: Delete the `ServiceProvider` and wait for `ServiceProvider` deployment and `ServiceProviderAPI` to be successfully removed
166-
5. TEARDOWN: Clean up by deleting the test environment components
164+
3. ASSESS: Consume the `DomainServiceAPI` and validate that the `DomainService` is functioning as expected
165+
4. ASSESS: Delete the `ServiceProviderAPI` object and wait for the `DomainService` deployment and `DomainServiceAPI` to be successfully removed
166+
5. TEARDOWN: Delete the `ServiceProvider` and clean up by deleting the test environment components
167167

168168
## Runtime
169169

0 commit comments

Comments
 (0)