ruby-qa/README.md

13 lines
570 B
Markdown
Raw Permalink Normal View History

2024-06-09 21:13:03 +00:00
# RubyQA
This is a framework/tool to organize & QA testing of a build of a remote node (linux based) over ssh
2024-06-09 21:20:15 +00:00
## Resources
- [Design Doc](design.adoc)
2024-06-09 21:13:03 +00:00
## What is it's intended purpose?
2024-06-28 18:01:04 +00:00
This is meant to provide an all in one tooling for creating a QA framework for testing builds of a remote device over the network.
This can be done with shells like bash, but only to a lesser degree of accuracy. This project seeks to provide a greater degree of accuracy in tests on ensuring that a host has been properly built by whatever tooling you use (puppet, jenkins, etc).
2024-06-09 21:20:15 +00:00