Merge pull request #74868 from qingsenLi/k8s190304

remove some unused const in test/e2e_node
pull/564/head
Kubernetes Prow Robot 2019-03-05 11:10:02 -08:00 committed by GitHub
commit f8d8ef94dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View File

@ -42,7 +42,6 @@ import (
const (
// fake resource name
resourceName = "fake.com/resource"
resourceNameWithProbeSupport = "fake.com/resource2"
)
// 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")