File tree Expand file tree Collapse file tree 3 files changed +353
-159
lines changed Expand file tree Collapse file tree 3 files changed +353
-159
lines changed Original file line number Diff line number Diff line change @@ -523,14 +523,6 @@ var (
523
523
// - ci-kubernetes-node-e2e-cri-proxy-serial
524
524
CriProxy = framework .WithFeature (framework .ValidFeatures .Add ("CriProxy" ))
525
525
526
- // Owner: sig-network
527
- // Marks tests that require a cluster with Topology Hints enabled.
528
- TopologyHints = framework .WithFeature (framework .ValidFeatures .Add ("Topology Hints" ))
529
-
530
- // Owner: sig-network
531
- // Marks tests that require a cluster with Traffic Distribution enabled.
532
- TrafficDistribution = framework .WithFeature (framework .ValidFeatures .Add ("Traffic Distribution" ))
533
-
534
526
// TODO: document the feature (owning SIG, when to use this feature for a test)
535
527
TopologyManager = framework .WithFeature (framework .ValidFeatures .Add ("TopologyManager" ))
536
528
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ import (
30
30
"k8s.io/apimachinery/pkg/util/intstr"
31
31
"k8s.io/apimachinery/pkg/util/wait"
32
32
clientset "k8s.io/client-go/kubernetes"
33
- "k8s.io/kubernetes/test/e2e/feature"
34
33
"k8s.io/kubernetes/test/e2e/framework"
35
34
e2edaemonset "k8s.io/kubernetes/test/e2e/framework/daemonset"
36
35
e2epod "k8s.io/kubernetes/test/e2e/framework/pod"
@@ -41,7 +40,7 @@ import (
41
40
admissionapi "k8s.io/pod-security-admission/api"
42
41
)
43
42
44
- var _ = common .SIGDescribe (feature . TopologyHints , func () {
43
+ var _ = common .SIGDescribe ("Topology Hints" , func () {
45
44
f := framework .NewDefaultFramework ("topology-hints" )
46
45
f .NamespacePodSecurityLevel = admissionapi .LevelPrivileged
47
46
You can’t perform that action at this time.
0 commit comments