Commit 790601bb authored by qingsenLi's avatar qingsenLi

remove some unused const in test/e2e_node

parent 37f01382
......@@ -41,8 +41,7 @@ import (
const (
// fake resource name
resourceName = "fake.com/resource"
resourceNameWithProbeSupport = "fake.com/resource2"
resourceName = "fake.com/resource"
)
// Serial because the test restarts Kubelet
......
......@@ -32,10 +32,6 @@ import (
"github.com/prometheus/common/model"
)
const (
testPodNamePrefix = "nvidia-gpu-"
)
// Serial because the test restarts Kubelet
var _ = framework.KubeDescribe("NVIDIA GPU Device Plugin [Feature:GPUDevicePlugin][NodeFeature:GPUDevicePlugin][Serial] [Disruptive]", func() {
f := framework.NewDefaultFramework("device-plugin-gpus-errors")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment