mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
Merge pull request #1489 from hj-johannes-lee/PR-2023-024
e2e,dsa,iaa: remove unnecessary layer ginkgo.Describe
This commit is contained in:
commit
0d8c686a3d
@ -64,7 +64,6 @@ func describe() {
|
||||
|
||||
var dpPodName string
|
||||
|
||||
ginkgo.Describe("Without using operator", func() {
|
||||
ginkgo.BeforeEach(func(ctx context.Context) {
|
||||
ginkgo.By("deploying DSA plugin")
|
||||
e2ekubectl.RunKubectlOrDie(f.Namespace.Name, "create", "configmap", "intel-dsa-config", "--from-file="+configmap)
|
||||
@ -111,5 +110,4 @@ func describe() {
|
||||
gomega.Expect(err).To(gomega.BeNil(), utils.GetPodLogs(ctx, f, podName, podName))
|
||||
})
|
||||
})
|
||||
})
|
||||
}
|
||||
|
@ -64,7 +64,6 @@ func describe() {
|
||||
|
||||
var dpPodName string
|
||||
|
||||
ginkgo.Describe("Without using operator", func() {
|
||||
ginkgo.BeforeEach(func(ctx context.Context) {
|
||||
ginkgo.By("deploying IAA plugin")
|
||||
e2ekubectl.RunKubectlOrDie(f.Namespace.Name, "create", "configmap", "intel-iaa-config", "--from-file="+configmap)
|
||||
@ -111,5 +110,4 @@ func describe() {
|
||||
gomega.Expect(err).To(gomega.BeNil(), utils.GetPodLogs(ctx, f, podName, podName))
|
||||
})
|
||||
})
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user