-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create e2e provisioning API test #1371
Create e2e provisioning API test #1371
Conversation
Add one of following labels |
testing/e2e/skr/provisioning-service-test/internal/provisioning_client.go
Outdated
Show resolved
Hide resolved
docs/contributor/05-10-e2e_tests.md
Outdated
@@ -142,13 +146,16 @@ The test executes the following steps: | |||
The test executes the following steps: | |||
|
|||
1. Provisions a Kyma runtime cluster. | |||
2. Creates a binding using Kubernetes TokenRequest and saves the returned kubeconfig. | |||
2. Creates a SKR binding and saves the returned kubeconfig. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2. Creates a SKR binding and saves the returned kubeconfig. | |
2. Creates an SKR binding and saves the returned kubeconfig. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is an SKR binding the same as Kyma Binding?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's the same. Will it be more readable when I change all occurrences of SKR binding
to Kyma Binding
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, definitely :)
docs/contributor/05-10-e2e_tests.md
Outdated
6. Initializes a Kubernetes client with the returned kubeconfig. | ||
7. Tries to fetch a Secret using the binding from Gardener. | ||
8. Deprovisions the Kyma runtime instance and cleans up the resources. | ||
4. Fetches a Secret using the SKR binding. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any Secret or one specific Secret?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's sap-btp-manager
secret. Should I change it to: Fetches the sap-btp-manager
secret using the Kyma Binding?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, please :)
docs/contributor/05-10-e2e_tests.md
Outdated
4. Fetches a Secret using the SKR binding. | ||
5. Fetches created SKR binding. | ||
6. Deletes created SKR binding. | ||
7. Tries to fetch Secret using the deleted SKR binding. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a Secret/the Secret?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's sap-btp-manager
secret. Should I change it to: Tries to fetch the sap-btp-manager
secret using the deleted Kyma Binding?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, please :)
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
0f6a282
to
de669b6
Compare
Description
Changes proposed in this pull request:
Related issue(s)
See also #1341