Files
honghua 67cbe1a6aa feat: 初始化基于 tmt 的自动化测试框架
- 创建 .fmf/ 元数据根目录
- 添加测试计划 (smoke/functional/integration/all)
- 添加测试用例 (smoke/functional/example)
- 添加用户故事 (init)
- 添加 README.md 文档
2026-06-08 17:13:53 +08:00

25 lines
452 B
Plaintext

# 集成测试计划
# 执行集成测试,可选在容器中运行
summary: 集成测试 - 验证系统集成功能
discover:
how: fmf
filter: "tag:integration"
provision:
# 可选: 使用容器运行测试,也可改为 local
how: container
image: fedora:latest
execute:
how: tmt
prepare:
how: shell
script:
- echo "准备集成测试环境..."
- dnf install -y curl wget git 2>/dev/null || true
report:
how: display