mirror of https://github.com/k3s-io/k3s
Merge pull request #74868 from qingsenLi/k8s190304
remove some unused const in test/e2e_nodepull/564/head
commit
f8d8ef94dc
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue