tmt
tmt copied to clipboard
Test Management Tool
The `/usr/local` in the container is a symlink to `/var/uslocal` which does not exist. Therefore tmt fails scripts like `/usr/local/bin/tmt-abort`. ```shell (dev) [pts-3:2]: happz@multivac [main] ~/git/tmt/tests/prepare/install/data $ TMT_SHOW_TRACEBACK=1 tmt -vvv...
Pull Request Checklist * [ ] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [...
Pull Request Checklist * [ ] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [...
Pull Request Checklist * [x] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [ ]...
Pull Request Checklist * [ ] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [...
For simple on/off of the config based on the context it will be much more readable than using 'adjust' and having to think about the final ordering of the configs....
It has grown just too much (almost 400 lines) and it's very hard to read it. Let's split it into multiple methods.
The running run will be deleted when I execute `tmt clean runs` on another terminal, will it be more reasonable to skip deleting the running one?
Currently we have few options and some auto detection. Would be good to have it under same name and documented behavior to limit surprises. Motivation to remove this directory is...
As a root create two users and execute tmt run for each of them in sequence: ``` # useradd A # su -l A $ tmt init -t mini $...