remove some unused const in test/e2e_node

pull/564/head
qingsenLi 2019-02-22 12:02:31 +08:00
parent 37f0138278
commit 790601bb0a
2 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -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")