mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
node_feature_discovery_test.go rm pkg imported twice
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
This commit is contained in:
parent
b946bcc0f5
commit
92482e45d8
1 changed files with 1 additions and 2 deletions
|
@ -35,7 +35,6 @@ import (
|
|||
"k8s.io/apimachinery/pkg/types"
|
||||
clientset "k8s.io/client-go/kubernetes"
|
||||
taintutils "k8s.io/kubernetes/pkg/util/taints"
|
||||
"k8s.io/kubernetes/test/e2e/framework"
|
||||
e2elog "k8s.io/kubernetes/test/e2e/framework"
|
||||
e2enetwork "k8s.io/kubernetes/test/e2e/framework/network"
|
||||
e2epod "k8s.io/kubernetes/test/e2e/framework/pod"
|
||||
|
@ -172,7 +171,7 @@ func cleanupCRs(ctx context.Context, cli *nfdclient.Clientset, namespace string)
|
|||
|
||||
// Actual test suite
|
||||
var _ = SIGDescribe("NFD master and worker", func() {
|
||||
f := framework.NewDefaultFramework("node-feature-discovery")
|
||||
f := e2elog.NewDefaultFramework("node-feature-discovery")
|
||||
|
||||
nfdTestSuite := func(useNodeFeatureApi bool) {
|
||||
createPodSpecOpts := func(opts ...testpod.SpecOption) []testpod.SpecOption {
|
||||
|
|
Loading…
Reference in a new issue