mirror of https://github.com/k3s-io/k3s
remove some unused const in test/e2e_node
parent
37f0138278
commit
790601bb0a
|
@ -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 (
|
||||||
"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")
|
||||||
|
|
Loading…
Reference in New Issue