From ffabff36baf64a78c9e56818a2895c1f3140aa00 Mon Sep 17 00:00:00 2001 From: hanjinpeng Date: Fri, 22 Aug 2025 14:09:03 +0800 Subject: [PATCH] clean up incompatible systemd-vconsole-setup testcase --- suite2cases/systemd.json | 5 +--- .../oe_test_service_systemd-vconsole-setup.sh | 29 ------------------- 2 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 testcases/cli-test/systemd/oe_test_service_systemd-vconsole-setup.sh diff --git a/suite2cases/systemd.json b/suite2cases/systemd.json index be2679dc3..5fb0cad18 100644 --- a/suite2cases/systemd.json +++ b/suite2cases/systemd.json @@ -207,9 +207,6 @@ { "name": "oe_test_service_systemd-user-sessions" }, - { - "name": "oe_test_service_systemd-vconsole-setup" - }, { "name": "oe_test_service_systemd-volatile-root" }, @@ -467,4 +464,4 @@ "name": "oe_test_service_systemd-quotacheck" } ] -} \ No newline at end of file +} diff --git a/testcases/cli-test/systemd/oe_test_service_systemd-vconsole-setup.sh b/testcases/cli-test/systemd/oe_test_service_systemd-vconsole-setup.sh deleted file mode 100644 index 61eb74c1c..000000000 --- a/testcases/cli-test/systemd/oe_test_service_systemd-vconsole-setup.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/bash - -# Copyright (c) 2022. Huawei Technologies Co.,Ltd.ALL rights reserved. -# This program is licensed under Mulan PSL v2. -# You can use it according to the terms and conditions of the Mulan PSL v2. -# http://license.coscl.org.cn/MulanPSL2 -# THIS PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, -# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, -# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. -# See the Mulan PSL v2 for more detaitest -f. - -# ############################################# -# @Author : huangrong -# @Contact : 1820463064@qq.com -# @Date : 2020/10/23 -# @License : Mulan PSL v2 -# @Desc : Test systemd-vconsole-setup.service restart -# ############################################# - -source "../common/common_lib.sh" - -function run_test() { - LOG_INFO "Start testing..." - test_execution systemd-vconsole-setup.service - test_reload systemd-vconsole-setup.service - LOG_INFO "Finish test!" -} - -main "$@" -- Gitee