You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributor-docs/development/tests/conformance-tests-sonobuoy.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Hence this reduces the effort required to establish SCS conformity to a minimum.
6
6
7
7
In short this is achieved by storing all tests in a container image, which can then be called and launched on the clusters managed by sonoobuoy.
8
8
9
+
> [!NOTE]
9
10
> A more detailed description of why the SCS has decided to use sonobuoys can be found on the corresponding [Decsision Record][sonbouy-decision-record].
10
11
> In addition, sonobuoy is also used as the toolset for executing Kubernetes very own [conformance tests][k8s-conformance].
11
12
@@ -14,6 +15,7 @@ This requires a user to write the conformance tests in Golang, as this is the la
14
15
15
16
## Step-by-step instructions for the development of sonobuoy tests using `docker` and `kind`
16
17
18
+
> [!NOTE]
17
19
> This guide refers to the brief instructions provided in the [standards repository][scs-sonobuoy-example-guide]
18
20
19
21
### Prerequisite
@@ -70,6 +72,7 @@ In general, SCS tests for KaaS are derived from standards that define certain ex
70
72
As an example for this step-by-step guide, let's assume a scenario in which there is a fictional standard called "scs-0299-v1-example-standard.md".
71
73
Pretend that the fictitious standard here stipulates that at least one pod MUST run in the namespace "namespace-test-a".
72
74
75
+
> [!NOTE]
73
76
> The functions and behaviors to be tested MUST be precisely defined in a standard.
74
77
> If you as a developer want to test something that you think is best tested but is not yet part of any standard, you MUST update the standard accordingly.
0 commit comments