<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hello.<br><br></div>I want to propose to add to avocado-vt "info_xxx" field.<br></div>As you know, avocado-vt tests use cartesian configs.<br></div>Test is a dictionary with combination of entries from different variants.<br></div>Test name is something like: Selection1.Selection2.Selection3....<br><br>variants:<br></div> -selection1<br></div><div>           info = What is about selection1<br></div> -selection2<br><br></div>variants:<br></div> - selection3<br></div><div>           info = What is about selection3<br></div><div><br></div><div>Resulted tests are:<br>* selection1.selection3<br>* selection2.selection3<br><br><br></div><div>I would like to have option for avocado to see the provided info for nodes.<br><br></div><div>Example:<br></div><div><br></div><div>./avocado list --vt-type xxx filter --show-help<br><br></div><div>As a result I want to get something like:<br><br></div><div>Test name: selection1.selection3<br></div><div>Help for node selection1:<br><br>      What is about selection1<br><br>Help for node selection3:<br><br>      What is about selection3<br><br><br><br></div><div>This would be a perfect place to write what a test is about.<br></div><div>What do you think?<br></div></div>