Commit 790601bb authored by qingsenLi's avatar qingsenLi

remove some unused const in test/e2e_node

parent 37f01382
...@@ -41,8 +41,7 @@ import ( ...@@ -41,8 +41,7 @@ import (
const ( const (
// fake resource name // fake resource name
resourceName = "fake.com/resource" resourceName = "fake.com/resource"
resourceNameWithProbeSupport = "fake.com/resource2"
) )
// Serial because the test restarts Kubelet // Serial because the test restarts Kubelet
......
...@@ -32,10 +32,6 @@ import ( ...@@ -32,10 +32,6 @@ import (
"github.com/prometheus/common/model" "github.com/prometheus/common/model"
) )
const (
testPodNamePrefix = "nvidia-gpu-"
)
// Serial because the test restarts Kubelet // Serial because the test restarts Kubelet
var _ = framework.KubeDescribe("NVIDIA GPU Device Plugin [Feature:GPUDevicePlugin][NodeFeature:GPUDevicePlugin][Serial] [Disruptive]", func() { var _ = framework.KubeDescribe("NVIDIA GPU Device Plugin [Feature:GPUDevicePlugin][NodeFeature:GPUDevicePlugin][Serial] [Disruptive]", func() {
f := framework.NewDefaultFramework("device-plugin-gpus-errors") 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