1 个仓库
Tools that automatically derive test specifications from the current state of a system to document and validate configurations.
Distinct from Testing and Validation: None of the candidates cover infrastructure-level state discovery or automated test specification generation from live systems.
Explore 1 awesome GitHub repository matching devops & infrastructure · Infrastructure Test Generators. Refine with filters or upvote what's useful.
Goss 是一个基础设施验证工具和测试框架,用于验证服务器的当前状态是否符合预期配置。它将实时系统输出与 YAML 或 JSON 规范进行比较,以验证软件包、服务、用户和网络端口等组件。 该工具通过捕获系统的现有状态,支持测试规范的自动化生成。它通过使用动态模板和变量文件支持多样化的部署环境。 除了即时验证外,该框架还可以执行重试测试,轮询状态收敛直到达到超时。它通过 HTTP 健康检查端点公开验证结果,并以标准格式导出结果,以便与外部监控工具集成,从而提供可观测性。
Generate test specifications automatically based on the current system state to simplify the setup of validation suites.