e2e: use framework labels
This changes the text registration so that tags for which the framework has a dedicated API (features, feature gates, slow, serial, etc.) those APIs are used. Arbitrary, custom tags are still left in place for now.
This commit is contained in:
@@ -36,7 +36,7 @@ const (
|
||||
logContainerName = "logger"
|
||||
)
|
||||
|
||||
var _ = SIGDescribe("ContainerLogPath [NodeConformance]", func() {
|
||||
var _ = SIGDescribe("ContainerLogPath", framework.WithNodeConformance(), func() {
|
||||
f := framework.NewDefaultFramework("kubelet-container-log-path")
|
||||
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
|
||||
var podClient *e2epod.PodClient
|
||||
|
Reference in New Issue
Block a user