测试开发技术网站
博客
设计
设计
开发
Python
测试
unittest
运维
Linux基础应用
CI/CD
CI/CD
数据库
数据库
云计算
云计算
云原生
云原生
爬虫
爬虫
数据分析
数据分析
人工智能
人工智能
登录
注册
mugen----基于多个openEuler物理机执行mugen测试脚本
收藏本文
作者:redrose2100 类别: 日期:2022-11-15 09:01:17 阅读:1094 次 消耗积分:0 分
[【原文链接】mugen----基于多个openEuler物理机执行mugen测试脚本](http://devops-dev.com/article/443) mugen脚本中有的脚本执行需要使用多个物理机,针对此场景,这里以需要两个物理机为例(用openEuler虚拟机模拟物理机) (1)首先安装两台openEuler虚拟机(用过模拟openEuler物理机),具体安装可参考 [VMware安装openEuler-22.03-LTS版本的虚拟机](http://blog.redrose2100.com/article/420) 这里比如两台ip地址为:192.168.1.8和192.168.1.12 (2)在其中一台(192.168.1.8)安装git工具,若已安装,则直接跳过 ```bash dnf install -y git ``` (3)在其中一台(192.168.1.8)下载mugen代码 ```bash cd /opt/ git clone https://gitee.com/openeuler/mugen.git ``` (4)在其中一台(192.168.1.8)安装依赖 ```bash cd mugen/ chmod 777 dep_install.sh bash dep_install.sh ``` (5)查看命令帮助信息 ```bash [root@openEuler-1 mugen]# bash mugen.sh --help mugen.sh:非法选项 -- - Usage: -c: configuration environment of test framework -a: execute all use cases -f: designated test suite -r: designated test case -x: the shell script is executed in debug mode -b: do make for test suite if test suite path have makefile or Makefile file -s: runing test case at remote NODE1 Example: run all cases: normal mode: bash mugen.sh -a debug mode: bash mugen.sh -a -x run test suite: normal mode: bash mugen.sh -f test_suite debug mode: bash mugen.sh -f test_suite -x run test case: normal mode: bash mugen.sh -f test_suite -r test_case debug mode: bash mugen.sh -f test_suite -r test_case -x run at remote: normal mode: bash mugen.sh -a -s bash mugen.sh -f test_suite -s bash mugen.sh -f test_suite -r test_case -s debug mode: bash mugen.sh -a -s bash mugen.sh -f test_suite -s bash mugen.sh -f test_suite -r test_case -s configure env of test framework: bash mugen.sh -c --ip $ip --password $passwd --user $user --port $port if want run at remote should add --run_remote if want run at remote copy all testcase once add --put_all do make for test suite: for all test suite: bash mugen.sh -b -a for one test suite: bash mugen.sh -b test_suite ``` (6)设置环境变量 如下,执行两次即可以将两个ip地址设置到环境变量中 ```bash bash mugen.sh -c --ip 192.168.1.8 --password xxxxxx --user root --port 22 bash mugen.sh -c --ip 192.168.1.12 --password xxxxxx --user root --port 22 ``` 然后可以查看环境变量文件 conf/env.json ![](https://redrose2100.oss-cn-hangzhou.aliyuncs.com/img/348fb326-64c3-11ed-aed9-0242ac110002.png) (7)从mugen中找到一个需要两个物理机的脚本,如下 ![](https://redrose2100.oss-cn-hangzhou.aliyuncs.com/img/7c60f660-64c3-11ed-aed9-0242ac110002.png) (8)执行测试用例 ```bash bash mugen.sh -f nftables -r oe_test_nftables_variable_map -x ``` (9)执行结果如下,即成功执行 ![](https://redrose2100.oss-cn-hangzhou.aliyuncs.com/img/e8d4ba0c-64c3-11ed-aed9-0242ac110002.png) (10)同理,如果需要多个物理环境,只需要参照步骤6多配置几个环境的配置即可
始终坚持开源开放共享精神,同时感谢您的充电鼓励和支持!
版权所有,转载本站文章请注明出处:redrose2100, http://blog.redrose2100.com/article/443
上一篇:
linux程序返回码的含义
下一篇:
shell如何定义变量
搜索
个人成就
出版书籍
《Pytest企业级应用实战》
测试开发技术全栈公众号
测试开发技术全栈公众号
DevOps技术交流微信群
加微信邀请进群
常用网站链接
开源软件洞察
云原生技术栈全景图
Python语言官方文档
Golang官方文档
Docker官方文档
Jenkins中文用户手册
Scrapy官方文档
VUE官方文档
Harbor官方文档
openQA官方文档
云原生开源社区
开源中国
Kubernetes中文文档
Markdown语法官方教程
Kubernetes中文社区
Kubersphere官方文档
BootStrap中文网站
JavaScript中文网
NumPy官方文档
Pandas官方文档
GitLink确实开源网站
数据库排名网站
编程语言排名网站
SEO综合查询网站
数学加减法练习自动生成网站
Kickstart Generator
文章分类
最新文章
最多阅读
特别推荐
×
Close
登录
注册
找回密码
登录邮箱:
登录密码:
图片验证码:
注册邮箱:
注册密码:
邮箱验证码:
发送邮件
注册邮箱:
新的密码:
邮箱验证码:
发送邮件