Miloš Prchlík
Miloš Prchlík
Pull Request Checklist * [x] implement the feature
* Well, it really, really should. Users should not dive into `log.txt`. * It's also needed, to support `tmt-reboot` in `prepare` and `finish` - it turns out reboot support is...
Pull Request Checklist * [x] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] mention the version * [ ]...
Pull Request Checklist * [ ] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [...
* Setup/teardown methods - `virtual` has them, `artemis` needs them, make it official. * Many warnings turned exceptions, too many issues went silently. This was expected, we now have support...
Skipping fmf ID targets for now, not as easy to implement as other possible targets, will get back to it later. Already reported a genuine issue. Pull Request Checklist *...
By setting `mapping`, `sequence`, and `offset` formatting hints for the YAML dumper, the produced YAML incorrectly handles multiline strings starting with an empty line, and export of collection items under...
* naming: use `to_yaml` and `from_yaml` first, to be aligned with the rest of codebase (e.g. `to_spec`). * `to_yaml` and `from_yaml` are the primary work horses: most of the time,...
Instead of enumerating submodules in tmt code, switch the subcommand discovery to entrypoint, and expose subcommands there. Pull Request Checklist * [x] implement the feature * [ ] write the...
Environment variables visible to test - but not just tests, `prepare` scripts or Ansible playbooks must be considered too! - are composed from various sources: ### External sources * run:...