tmt
tmt copied to clipboard
Test Management Tool
Pull Request Checklist * [x] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [ ]...
Here is a configuration for adding renovate. It's like `dependabot` but it's far less noisy, allowing to update dependencies when ready instead of whenever dependabot pokes you to do so....
Scenario: fmf data seems correct, changes are pushed, but `tmt plans ls` complains with `No tree node found for XXX reference`. Culprit was in 'fmf' which caches cloned repo but...
Depends on: #2483 There are a bunch of linkcheck failures, many of which come from the auto-generated pages. Not sure how these should be handled
In a test's fmf file I was trying: ```yaml require: - python3-pytest - python3-pytest-check - python3-flexmock test: python3 -m pytest adjust: when: distro == ubuntu require-: - python3-pytest-check - python3-flexmock...
The simplest "check presence" script runs something like `rpm -q --whatprovides $packagename`.m When facing a path to a package, e.g. `/tmp/tree-1.2.3.el9.rpm`, the check will not extract the package name, and...
This is a continuation of #2483 to discuss and track the other sphinx builders to add - [x] `html`: Already fully functional. #2483 tracks the warnings as fatal errors -...
Pull Request Checklist * [x] implement the feature * [ ] write the documentation * [x] extend the test coverage * [ ] mention the version * [ ] include...
Let's allow providing an introduction text for each step plugin class so that general information can be included in the online documentation. Plus, specifically for the `provision` step, let's make...
Pull Request Checklist * [ ] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [...