summaryrefslogtreecommitdiff
path: root/tests/e2e
diff options
context:
space:
mode:
authorguiyong.ou <guiyong.ou@daocloud.io>2022-07-19 20:56:30 +0800
committerguiyong.ou <guiyong.ou@daocloud.io>2022-07-19 20:56:30 +0800
commitce96cc5c984c790adf7542e67b0dae821a97ce40 (patch)
treeecca04ea6c56855ea613a8a60fe7ce0be130eda8 /tests/e2e
parentMerge pull request #4011 from falser101/fix/cleanup (diff)
downloadkubeedge-ce96cc5c984c790adf7542e67b0dae821a97ce40.tar.gz
code cleanup
Signed-off-by: guiyong.ou <guiyong.ou@daocloud.io>
Diffstat (limited to 'tests/e2e')
-rw-r--r--tests/e2e/deployment/deployment_test.go2
-rw-r--r--tests/e2e/deployment/device_crd_test.go2
-rw-r--r--tests/e2e/edgesite/edgesite_test.go2
-rw-r--r--tests/e2e/keadm/keadm_test.go2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/e2e/deployment/deployment_test.go b/tests/e2e/deployment/deployment_test.go
index b23c59fe2..67a3fb138 100644
--- a/tests/e2e/deployment/deployment_test.go
+++ b/tests/e2e/deployment/deployment_test.go
@@ -30,7 +30,7 @@ import (
"github.com/kubeedge/kubeedge/tests/e2e/utils"
)
-var DeploymentTestTimerGroup *utils.TestTimerGroup = utils.NewTestTimerGroup()
+var DeploymentTestTimerGroup = utils.NewTestTimerGroup()
//Run Test cases
var _ = Describe("Application deployment test in E2E scenario", func() {
diff --git a/tests/e2e/deployment/device_crd_test.go b/tests/e2e/deployment/device_crd_test.go
index fe2fc2a4f..90e3c3919 100644
--- a/tests/e2e/deployment/device_crd_test.go
+++ b/tests/e2e/deployment/device_crd_test.go
@@ -37,7 +37,7 @@ const (
off = "OFF"
)
-var CRDTestTimerGroup *utils.TestTimerGroup = utils.NewTestTimerGroup()
+var CRDTestTimerGroup = utils.NewTestTimerGroup()
//Run Test cases
var _ = Describe("Device Management test in E2E scenario", func() {
diff --git a/tests/e2e/edgesite/edgesite_test.go b/tests/e2e/edgesite/edgesite_test.go
index b57f2616a..bdaee6389 100644
--- a/tests/e2e/edgesite/edgesite_test.go
+++ b/tests/e2e/edgesite/edgesite_test.go
@@ -30,7 +30,7 @@ import (
"github.com/kubeedge/kubeedge/tests/e2e/utils"
)
-var DeploymentTestTimerGroup *utils.TestTimerGroup = utils.NewTestTimerGroup()
+var DeploymentTestTimerGroup = utils.NewTestTimerGroup()
//Run Test cases
var _ = Describe("Application deployment test in E2E scenario using EdgeSite", func() {
diff --git a/tests/e2e/keadm/keadm_test.go b/tests/e2e/keadm/keadm_test.go
index 726101408..1037ccc81 100644
--- a/tests/e2e/keadm/keadm_test.go
+++ b/tests/e2e/keadm/keadm_test.go
@@ -29,7 +29,7 @@ import (
"github.com/kubeedge/kubeedge/tests/e2e/utils"
)
-var DeploymentTestTimerGroup *utils.TestTimerGroup = utils.NewTestTimerGroup()
+var DeploymentTestTimerGroup = utils.NewTestTimerGroup()
//Run Test cases
var _ = Describe("Application deployment test in keadm E2E scenario", func() {