File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1101
1101
events match. Events are produced from writes on a background goroutine.
1102
1102
release : v1.15
1103
1103
file : test/e2e/apimachinery/watch.go
1104
+ - testname : Confirm a server version
1105
+ codename : ' [sig-api-machinery] server version should find the server version [Conformance]'
1106
+ description : Ensure that an API server version can be retrieved. Both the major
1107
+ and minor versions MUST only be an integer.
1108
+ release : v1.19
1109
+ file : test/e2e/apimachinery/server_version.go
1104
1110
- testname : DaemonSet-FailedPodCreation
1105
1111
codename : ' [sig-apps] Daemon set [Serial] should retry creating failed daemon pods
1106
1112
[Conformance]'
Original file line number Diff line number Diff line change @@ -26,7 +26,14 @@ import (
26
26
27
27
var _ = SIGDescribe ("server version" , func () {
28
28
f := framework .NewDefaultFramework ("server-version" )
29
- ginkgo .It ("should find the server version" , func () {
29
+
30
+ /*
31
+ Release : v1.19
32
+ Testname: Confirm a server version
33
+ Description: Ensure that an API server version can be retrieved.
34
+ Both the major and minor versions MUST only be an integer.
35
+ */
36
+ framework .ConformanceIt ("should find the server version" , func () {
30
37
31
38
ginkgo .By ("Request ServerVersion" )
32
39
You can’t perform that action at this time.
0 commit comments