mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Promote TokenRequest e2e test to Conformance
This commit is contained in:
parent
58f82efe70
commit
22ae49bb5d
7
test/conformance/testdata/conformance.yaml
vendored
7
test/conformance/testdata/conformance.yaml
vendored
@ -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]'
|
||||||
|
@ -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())
|
||||||
|
Loading…
Reference in New Issue
Block a user