Hide Forgot
Description of problem: We(MRG) have tests, which can be run with different values of parameters. It will be fine to differentiate them somehow. For example I have one test which have 300 different values for one parameter which completely change that test. So I would see which one pass and which one failed. Version-Release number of selected component (if applicable): 0.7.1
Not perfect, but one can use results for that: simply set TEST env.variable and run the test within this environment: TEST=$TEST/setup_x run_something This will not work for example for matrix views nor for filters :-(
Looks like this can be handled outside of Beaker, which seems like the best approach to me.