Add Ephemeral Containers to node conformance tests

This commit is contained in:
Lee Verberne 2022-07-24 17:31:16 +02:00
parent 5e14c5dfa9
commit 4ad08e13b2

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