Results 8 issues of bgoncalv

**Describe the bug** This was initially reported on https://bugzilla.redhat.com/show_bug.cgi?id=1623729 In case there is kernel oops during provision this oops is marked as a kernel panic in the last beaker task....

bug

Looking at https://tmt.readthedocs.io/en/stable/guide.html#inherit-plans ``` discover: how: fmf url: https://github.com/teemtee/tmt prepare: how: ansible playbook: ansible/packages.yml execute: how: tmt /basic: summary: Quick set of basic functionality tests discover+: filter: tier:1 /features: summary:...

inheritance

TMT collects all tests dependencies and tries to install them before running the tests. This causes problem when a test plans contains a lot of tests and the dependency of...

In case there there is a test with `id` set and this test is for some reason symlinked as other test, tmt lint will report failure. `fail G001 duplicate id...

command | lint

While executing a test, the test crashed the machine. tmt detected test timeout: ``` 23:51:11 out: stress-ng: info: [237771] dispatching hogs: 12 schedpolicy 00:44:37 Command returned '124' (timeout). 00:44:37 Test...

bug
step | execute
area | results

When multiple checks are configured in the main root file, it is not possible in the test level to change the configuration of one of them. example: main.fmf on repo...

area | check

When an invalid key is provided in the plan definition, `tmt lint` shows warnings (from the schema checking) but no lint check actually show a `fail` and the command happily...

bug
command | lint

It would be nice when running `tmt plan export` the `extra-` keys defined in the plan would be exported.

code | core