tmt icon indicating copy to clipboard operation
tmt copied to clipboard

Test Management Tool

Results 248 tmt issues
Sort by recently updated
recently updated
newest added

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...

execute

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 * [ ]...

ci | full test

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....

specification
area | context

It has grown just too much (almost 400 lines) and it's very hard to read it. Let's split it into multiple methods.

good first issue
step | discover
code | style

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...

specification
command | run

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 $...

good first issue
step | provision