Merge pull request #111404 from verb/111025-ec-node-conformance

Add Ephemeral Containers to node conformance tests
This commit is contained in:
Kubernetes Prow Robot 2022-07-25 15:30:34 -07:00 committed by GitHub
commit f88f76f444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ import (
"github.com/onsi/gomega"
)
var _ = SIGDescribe("Ephemeral Containers [NodeFeature:EphemeralContainers]", func() {
var _ = SIGDescribe("Ephemeral Containers [NodeConformance]", func() {
f := framework.NewDefaultFramework("ephemeral-containers-test")
f.NamespacePodSecurityEnforceLevel = admissionapi.LevelBaseline
var podClient *framework.PodClient