<div dir="ltr"><div>Thanks for the pointers, Lukáš.<br><br>I tried the command you suggested with 52 with the same result:<br>> avocado multiplex -m mux.yaml --tree<br>avocado multiplex: error: unrecognized arguments: -m mux.yaml<br><br>BTW, 52.1 docs suggest using "variants", but that does not work either:<br>> avocado variants --tree -m mux.yaml<br>avocado variants: error: unrecognized arguments: -m mux.yaml<br><br>> avocado --version<br>Avocado 52.0<br><br></div>> rpm -q python2-avocado <br>python2-avocado-52.0-1.el7.noarch<br><div><br>psss...<br><br>On 11 May 2018 at 07:06, Lukáš Doktor <<a href="mailto:ldoktor@redhat.com">ldoktor@redhat.com</a>> wrote:<br><br>> Dne 10.5.2018 v 15:42 Petr Šplíchal napsal(a):<br>> > Hi!<br>> ><br>> > I was looking a bit at the multiplex feature of the Avocado<br>> > framework but unfortunately no examples provided in the<br>> > documentation worked for me:<br>> ><br>> > <a href="http://avocado-framework.readthedocs.io/en/stable/MultiplexConfig.html">http://avocado-framework.readthedocs.io/en/stable/MultiplexConfig.html</a><br>> >> avocado multiplex --tree mux.yaml<br>> > avocado multiplex: error: unrecognized arguments: mux.yaml<br>> ><br>><br>> Hello Petr,<br>><br>> the link that you provided does not work for me, anyway the example you sent is for 32lts version. For later versions the `-m|--mux-yaml` argument is required to specify the yaml2mux-like file (and other formats are also available like `--pict-parameter-file` or `--json-variants-load` and they can be mix-and-matched).<br>><br>> The `avocado multiplex -m mux.yaml --tree` should give you what you want on 52lts but if you're using the latest greatest you should switch to `avocado variants -m mux.yaml --summary 1`.<br>><br>> Details in:<br>><br>> master: <a href="http://avocado-framework.readthedocs.io/en/latest/optional_plugins/varianter_yaml_to_mux.html">http://avocado-framework.readthedocs.io/en/latest/optional_plugins/varianter_yaml_to_mux.html</a><br>> 52lts: <a href="http://avocado-framework.readthedocs.io/en/52.1/optional_plugins/varianter_yaml_to_mux.html">http://avocado-framework.readthedocs.io/en/52.1/optional_plugins/varianter_yaml_to_mux.html</a><br>><br>> Regards,<br>> Lukáš<br>><br>> > <a href="http://avocado-framework.readthedocs.io/en/latest/WritingTests.html#running-multiple-variants-of-tests">http://avocado-framework.readthedocs.io/en/latest/WritingTests.html#running-multiple-variants-of-tests</a><br>> >> avocado variants -m examples/tests/sleeptenmin.py.data/sleeptenmin.yaml<br>> > --summary 2 --variants 2<br>> > avocado variants: error: unrecognized arguments: -m<br>> > examples/tests/sleeptenmin.py.data/sleeptenmin.yaml<br>> ><br>> >> avocado --version<br>> > Avocado 61.0<br>> ><br>> > Any idea what might be wrong? Thanks.<br>> ><br>> > psss...</div></div>