Miloš Prchlík
Miloš Prchlík
@adiosnb I'd like to add this PR for the 1.28 release - feel free to disagree :) https://github.com/teemtee/tmt/pull/2210 is about to be merged, and I'd like to work with you...
Going to resurrect this PR Soon(TM).
Unrelated error, merging.
Valid point, it will be resolved over time as we migrate from custom `tmt.container.container` decorator and implementation over to attrs/Pydatic.
I would recommend making this feature more generic. ```python if self.kvm_device_access: additional_args.extend(['--device=/dev/kvm']) ``` Let's say I want to also expose `/dev/ttyS3` and `/dev/drm_dp_aux5`, what would the tmt answer be in...
> Example command line brainstorm: > > ``` > tmt run --profile avc.fmf > ``` > > Example profile file brainstorm: A slightly modified example: ```yaml test-profile: check+: - how:...
I got many answers on Friday, many answers in fact, and gave it some thinking being stricken by illness & unable to do much else. I tried to follow the...
A few quick comments: > * The fact that templating is applied _after_ metadata materializes is excellent. This approach would: > > * Allow easy generation of diffs for users,...
> Thinking about the `ORIGINAL` example: I guess there might be also some pitfalls, like for example having the right number of spaces for indentation (e.g. for list items) and...
> > > Thinking about the `ORIGINAL` example: I guess there might be also some pitfalls, like for example having the right number of spaces for indentation (e.g. for list...