Files
nexus/wiki/concepts/Robotic-Framework.md
2026-04-28 20:03:11 +08:00

29 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Robotic Framework"
type: concept
tags: ["Automation", "Testing", "DevOps", "QA"]
sources: ["learning-sessions-standard-amis-updates-20231205-160324-meeting-recording-2"]
last_updated: 2026-05-08
---
## Definition
Robotic Framework机器人框架是一种开源的自动化测试框架在 Micro Focus AWS Landing Zone AMI 发布流程中用于自动化基本测试用例和验证,将单个 AMI 的验证时间从 3-4 天缩短至 60 分钟。
## Impact
- **传统验证**3-4 天手动测试
- **自动化验证**60 分钟
- **提升效率**:约 95% 时间节省
## Use Case in AMI Pipeline
在 AMI 发布前运行自动化验证,确保:
- OS 启动正常
- 网络配置正确
- SSM Agent 连接可用
- 安全工具正常运行
- 域加入功能正常
## Connections
- [[Amazon-Machine-Image]] — Robotic Framework 验证的对象
- [[Jenkins-Multi-Branch-Pipeline]] — Robotic Framework 集成在 Jenkins 流水线中
- [[AWS-Landing-Zone]] — Robotic Framework 是 AMI 发布自动化的一部分