From b59e4f96bf0d02adac3c7856c9df3ba27c097054 Mon Sep 17 00:00:00 2001 From: caojiale1 Date: Wed, 28 Jun 2023 16:23:17 +0800 Subject: [PATCH] Signed-off-by caojiale1 caojiale1@huawei.com Signed-off-by: caojiale1 --- localCoverage/all_subsystem_config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/localCoverage/all_subsystem_config.json b/localCoverage/all_subsystem_config.json index aca6b33..4d7832d 100644 --- a/localCoverage/all_subsystem_config.json +++ b/localCoverage/all_subsystem_config.json @@ -1216,11 +1216,17 @@ "foundation/arkui/ace_engine/frameworks/core/pipeline_ng" ] }, - "container_linux_service_broker": { + "container_linux_service_broker": { "name": "container_linux_service_broker", "path": [ "vendor/huawei/virt_service/linux_fusion_service" ] + }, + "container_manager": { + "name": "container_manager", + "path": [ + "vendor/huawei/virt_service/container_manager" + ] } } -- Gitee