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

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