39 Star 75 Fork 728

openEuler/mugen
关闭

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
oe_test_service_kube-proxy.sh 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
ga_beng_cui 提交于 2025-08-05 17:36 +08:00 . update kubernetes testcases
#!/usr/bin/bash
# Copyright (c) 2021. 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 : 2021/10/23
# @License : Mulan PSL v2
# @Desc : Test kube-proxy.service restart
# #############################################
# shellcheck disable=SC1091
source "./common/common.sh"
function pre_test() {
LOG_INFO "Start environmental preparation."
conf_common
kubernetes_install
certificate_prepare
etcd_install
kubeconfig_prepare
apiserver_prepare
proxy_prepare
LOG_INFO "End of environmental preparation!"
}
function run_test() {
LOG_INFO "Start testing..."
test_execution kube-proxy.service
test_reload kube-proxy.service
LOG_INFO "Finish test!"
}
function post_test() {
LOG_INFO "start environment cleanup."
kubernetes_remove
LOG_INFO "Finish environment cleanup!"
}
main "$@"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler/mugen.git
git@gitee.com:openeuler/mugen.git
openeuler
mugen
mugen
master

搜索帮助