Ondrej Moris

Results 74 comments of Ondrej Moris

I'll take this one to get familiar with the test-suite.

Quick fix - https://github.com/The-Mule/audit-testsuite/commit/783e2a558e35a34ba28782866393aa92655c6cdc

This actually brings some issues. See, right now fmf filter is unable parse regular expressions that are quite common and that I assume people will likely be using (there is...

@lukaszachy Any regexp where `|` is quite common, e.g. `tmt test ls --filter 'name: (/setup\|/functional).*'`.

I would also appreciate having this implemented, it is very useful for plans that are more or less the same but only differ slightly by the test selection (we have...

The reason why this could be pretty useful is that in general you have expect many items in discover phase (mutliple test sources, some of them using filters, some of...

Yes, so it is basically what I want. I assume that it is already (in the current 'inheritance' implementation) handled that if you have, for instance, a filter already present...

@happz It is not clear to me how this affects report step? Is there a single report or split report? IOW if I do reportportal report and configure it to...

Ah, so it does not do multiple provision+execution in parallel?

Heh, I see, thanks for clarification :)