Promote TokenRequest e2e test to Conformance

This commit is contained in:
Shihang Zhang 2020-11-06 13:50:15 -08:00
parent 58f82efe70
commit 22ae49bb5d
2 changed files with 8 additions and 1 deletions

View File

@ -1364,6 +1364,13 @@
Container. Container.
release: v1.9 release: v1.9
file: test/e2e/auth/service_accounts.go file: test/e2e/auth/service_accounts.go
- testname: TokenRequestProjection should mount a projected volume with token using
TokenRequest API.
codename: '[sig-auth] ServiceAccounts should mount projected service account token
[Conformance]'
description: Ensure that projected service account token is mounted.
release: v1.20
file: test/e2e/auth/service_accounts.go
- testname: ServiceAccount lifecycle test - testname: ServiceAccount lifecycle test
codename: '[sig-auth] ServiceAccounts should run through the lifecycle of a ServiceAccount codename: '[sig-auth] ServiceAccounts should run through the lifecycle of a ServiceAccount
[Conformance]' [Conformance]'

View File

@ -424,7 +424,7 @@ var _ = SIGDescribe("ServiceAccounts", func() {
Testname: TokenRequestProjection should mount a projected volume with token using TokenRequest API. Testname: TokenRequestProjection should mount a projected volume with token using TokenRequest API.
Description: Ensure that projected service account token is mounted. Description: Ensure that projected service account token is mounted.
*/ */
ginkgo.It("should mount projected service account token when requested", func() { framework.ConformanceIt("should mount projected service account token", func() {
var ( var (
podName = "test-pod-" + string(uuid.NewUUID()) podName = "test-pod-" + string(uuid.NewUUID())