summaryrefslogtreecommitdiff
path: root/tests/e2e
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2023-06-20 15:54:49 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2023-06-26 14:17:13 +0800
commit814dc36e39e6c71e4a2afa62d3ccbbe2329fe4e1 (patch)
tree70b1f05567777296d0d02750e0a09bba61d035f4 /tests/e2e
parentadd node runner test (diff)
downloadkubeedge-814dc36e39e6c71e4a2afa62d3ccbbe2329fe4e1.tar.gz
add conformance label
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'tests/e2e')
-rw-r--r--tests/e2e/device/device.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/e2e/device/device.go b/tests/e2e/device/device.go
index 4839df51f..43eb02bd2 100644
--- a/tests/e2e/device/device.go
+++ b/tests/e2e/device/device.go
@@ -49,7 +49,7 @@ var _ = GroupDescribe("Device Management test in E2E scenario", func() {
edgeClientSet = utils.NewKubeEdgeClient(framework.TestContext.KubeConfig)
})
- ginkgo.Context("Test Device Model Creation, Updation and deletion", func() {
+ ginkgo.Context("Test Device Model Creation, Updation and Deletion", func() {
ginkgo.BeforeEach(func() {
// Delete any pre-existing device models
list, err := utils.ListDeviceModel(edgeClientSet, "default")