RedHatQE / teflo

Teflo is a standalone orchestration software that controls the flow of a set of testing scenarios, allowing users to provision machines, deploy software, execute tests against them and manage generated artifacts and report results.
https://teflo.readthedocs.io/en/latest/
GNU General Public License v3.0
14 stars 16 forks source link

Fixed error for remote inclusion #176

Closed JunqiZhang0 closed 2 years ago

JunqiZhang0 commented 2 years ago
1. Fixed small error when loading workspace from results.yml(when
   there's no remote workspace included in include section, the
workspace will no longer change)
2. Updated the include.yml and include.rst for documentation