Skip to content

Commit 2e6eff7

Browse files
authored
Merge pull request kubernetes#92002 from liggitt/csr-client-conformance
Move kube-apiserver client cert back to simple e2e
2 parents b8f2417 + 6fb7d40 commit 2e6eff7

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

test/conformance/testdata/conformance.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,14 +1314,6 @@
13141314
resource must support get, update, patch.'
13151315
release: v1.19
13161316
file: test/e2e/auth/certificates.go
1317-
- testname: CertificateSigningRequest API Client Certificate
1318-
codename: '[sig-auth] Certificates API [Privileged:ClusterAdmin] should support
1319-
building a client with a CSR [Conformance]'
1320-
description: ' The certificatesigningrequests resource must accept a request for
1321-
a certificate signed by kubernetes.io/kube-apiserver-client. The issued certificate
1322-
must be valid as a client certificate used to authenticate to the kube-apiserver.'
1323-
release: v1.19
1324-
file: test/e2e/auth/certificates.go
13251317
- testname: Service account tokens auto mount optionally
13261318
codename: '[sig-auth] ServiceAccounts should allow opting out of API token automount [Conformance]'
13271319
description: Ensure that Service Account keys are mounted into the Pod only when

test/e2e/auth/certificates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ var _ = SIGDescribe("Certificates API [Privileged:ClusterAdmin]", func() {
5252
The certificatesigningrequests resource must accept a request for a certificate signed by kubernetes.io/kube-apiserver-client.
5353
The issued certificate must be valid as a client certificate used to authenticate to the kube-apiserver.
5454
*/
55-
framework.ConformanceIt("should support building a client with a CSR", func() {
55+
ginkgo.It("should support building a client with a CSR", func() {
5656
const commonName = "tester-csr"
5757

5858
csrClient := f.ClientSet.CertificatesV1().CertificateSigningRequests()

0 commit comments

Comments
 (0)