提交 00d8b17c 编写于 作者: L luluyalula 提交者: Gitee

update testcases/smoke-testing/oe_test_version_release_001/oe_test_version_release_001.sh.

上级 fd32a871
#!/usr/bin/bash
# #############################################
# @Author : yuanlulu
# @Contact : @163.com
# @Contact : cynthiayuanll@163.com
# @Date : 2020-07-23
# @License : Mulan PSL v2?
# @Desc : File system common command test-version
......@@ -25,9 +25,13 @@ function run_test() {
remove_list=(`awk '{print $1}' available`)
failed_list=""
for rpm in $(rpm -qa)
for rpm in ${remove_list[@]}
do
yum -y install $rpm
done
for rpm in $(rpm -qa)
do
version=$(rpm -qi ${rpm} | grep Version | awk '{print $NF}')
release=$(rpm -qi ${rpm} | grep Release | awk '{print $NF}')
rpm -qi ${rpm} | grep "Source RPM" | grep -w "${version}-${release}" || failed_list="${failed_list} ${rpm}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册