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:
Kubernetes Prow Robot
2020-07-18 06:14:50 -07:00
committed by GitHub
2 changed files with 14 additions and 1 deletions

View File

@@ -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")