mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #93084 from ii/heyste-get-code-version-test
Promote Check Server Version e2e test to conformance - 1 Endpoint Coverage
This commit is contained in:
commit
3a0b683c01
6
test/conformance/testdata/conformance.yaml
vendored
6
test/conformance/testdata/conformance.yaml
vendored
@ -1108,6 +1108,12 @@
|
||||
events match. Events are produced from writes on a background goroutine.
|
||||
release: v1.15
|
||||
file: test/e2e/apimachinery/watch.go
|
||||
- testname: Confirm a server version
|
||||
codename: '[sig-api-machinery] server version should find the server version [Conformance]'
|
||||
description: Ensure that an API server version can be retrieved. Both the major
|
||||
and minor versions MUST only be an integer.
|
||||
release: v1.19
|
||||
file: test/e2e/apimachinery/server_version.go
|
||||
- testname: DaemonSet-FailedPodCreation
|
||||
codename: '[sig-apps] Daemon set [Serial] should retry creating failed daemon pods
|
||||
[Conformance]'
|
||||
|
@ -26,7 +26,14 @@ import (
|
||||
|
||||
var _ = SIGDescribe("server version", func() {
|
||||
f := framework.NewDefaultFramework("server-version")
|
||||
ginkgo.It("should find the server version", func() {
|
||||
|
||||
/*
|
||||
Release : v1.19
|
||||
Testname: Confirm a server version
|
||||
Description: Ensure that an API server version can be retrieved.
|
||||
Both the major and minor versions MUST only be an integer.
|
||||
*/
|
||||
framework.ConformanceIt("should find the server version", func() {
|
||||
|
||||
ginkgo.By("Request ServerVersion")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user