代码拉取完成,页面将自动刷新
同步操作将从 banzhuanxiaodoubi/wenjian 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#!/usr/bin/bash
# Copyright (c) 2020. 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 details.
####################################
#@Author : Li, Meiting
#@Contact : 244349477@qq.com
#@Date : 2021-05-22
#@License : Mulan PSL v2
#@Version : 1.0
#@Desc : Take the test inject CE timeout
#####################################
function pre_test() {
LOG_INFO "Start to prepare the test environment."
cp /etc/sysconfig/rasdaemon /etc/sysconfig/rasdaemon.bak
sed -i 's/CPU_ISOLATION_ENABLE="no"/CPU_ISOLATION_ENABLE="yes"/g' /etc/sysconfig/rasdaemon
sed -i 's/CPU_CE_THRESHOLD="18"/CPU_CE_THRESHOLD="5"/g' /etc/sysconfig/rasdaemon
sed -i 's/CPU_ISOLATION_CYCLE="24h"/CPU_ISOLATION_CYCLE="2min"/g' /etc/sysconfig/rasdaemon
systemctl restart rasdaemon
cd /
LOG_INFO "End to prepare the test environment."
}
function run_test() {
LOG_INFO "Start to run test."
for i in {1..4}; do
bash RAS_einj_CE.sh 2 CPU l2c 15
done
CHECK_RESULT $? 0 0 "Inject CE for cpu2 failed."
journalctl | tail -n 30 | grep 'error'
CHECK_RESULT $? 0 0 "No log on journalctl."
cat /sys/devices/system/cpu/cpu2/online | grep 1
CHECK_RESULT $? 0 0 "The cpu2 is offline unexpectly."
sleep 130
for i in {1..2}; do
bash RAS_einj_CE.sh 2 CPU l2c 15
done
CHECK_RESULT $? 0 0 "Inject CE for cpu2 failed."
journalctl | tail -n 30 | grep 'error'
CHECK_RESULT $? 0 0 "No log on journalctl."
cat /sys/devices/system/cpu/cpu2/online | grep 1
CHECK_RESULT $? 0 0 "The cpu2 is offline unexpectly."
LOG_INFO "End to run test."
}
function post_test() {
LOG_INFO "Start to restore the test environment."
LOG_INFO "End to restore the test environment."
}
pre_test
run_test
post_test
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。