diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2022-09-24 18:49:10 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2022-09-24 19:36:31 +0800 |
| commit | 9daa2102e7c853dca842996109885545b9a51d99 (patch) | |
| tree | 2dab97028c82155757022b1c2303fb991e52d14e /tests | |
| parent | integrate Kubelet in egded (diff) | |
| download | kubeedge-9daa2102e7c853dca842996109885545b9a51d99.tar.gz | |
bugfix ci and edged
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/integration/framework/util.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/framework/util.go b/tests/integration/framework/util.go index 3e20713df..94615585f 100644 --- a/tests/integration/framework/util.go +++ b/tests/integration/framework/util.go @@ -17,7 +17,7 @@ func DisableAllModules(i interface{}) { config.Modules.CloudStream.Enable = false config.Modules.SyncController.Enable = false case *edgeconfig.EdgeCoreConfig: - config.Modules.Edged.Enable = false + config.Modules.Edged.EnableServer = false config.Modules.DBTest.Enable = false config.Modules.DeviceTwin.Enable = false config.Modules.EdgeHub.Enable = false |
