Miloš Prchlík
Miloš Prchlík
The demo PR, https://github.com/teemtee/tmt/pull/3702, has been updated: > * check out how tmt can start tracking key value origin to make it exposed to profiles, which would resolve the default/not...
The issue will remain open for the moment, I will add a PR with a story for the specification, and then we will close the issue. The follow-up implementation will...
Done, there is now a specification piece describing the tmt run profiles. One of the example shows how to add a check only when it's not defined, and the mechanism...
Makes sense, ReST CLI rendering is by no means complete. Support for `:ref:` was added recently, this will be similar issue.
> I wonder if this could be refactored to use sphinx primitives instead. That should help support sphinx roles better, but it would change the dependency though. Which may not...
> Ah, so that's why the solution for these is to make the links no-ops. So the parser that renders the rst to terminal output (this one using the rst...
@LecrisUT Cc ^^ would you have any tips WRT implementation of "containers with configuration"? In the light of current code in `tmt.utils`, the moved one in `tmt.container`, and possibly the...
> Hmmm, sounds weird. @happz, do you think it could be possible that the ssh keys are somehow exchanged/misplaced between the guest instances? That's definitely one possible cause, but I...
Yep, I added a guest name to SSH key file, plus a barrier *after* setting `self.config.USER_DATA` - once all threads get there, they wait for the rest of the flock...
Maybe we could always include at least one testcase, representing the test itself?