tmt
tmt copied to clipboard
Test Management Tool
If users specify memory: > 4096 ,when they want to get an instance with memory > 4096 MiB, tmt will provide memory > 0 instance.
Pull Request Checklist * [ ] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [...
While working on our CLI tool, I found this annoyance, if I have `ENTRYPOINT` set, `tmt` starts the container with the command and just exits, subsequent commands file. The error...
Currently, the `-i` / `--id` option specifies either a directory name inside `/var/tmp/tmt`, or (if starting with `/`) a path to a directory anywhere else. The problem is that this...
Similar to epel and crb. Crosslink: https://issues.redhat.com/browse/TFT-1617
Hi, I'm using following command to run test and login to test machine: _tmt run --all -vvv provision --how minute --image rhel8 test --name . login_ Test run ok. After...
To support something like this: ``` # Library from the local filesystem require: - type: library path: ../library/openssl name: /certgen ``` To source a library from the same git repo...
TMT should be able to detect kernel aborts / panics and report it as test result. This could be done via analyzing console logs. There should also be a way...
Hi, I was checking whether my plans are ok on the component, so I used 'tmt plans lint', which showed me an issue: ``` fail P005 remote fmf id in...
With beaker it is possible using the key_value element to find systems that have an iommu enabled (currently for x86, and in the near future aarch64 as well) by looking...