It would be a really great feature if ReFrame could parametrize tests based on the available modules. For example, something like this : ``` @rfm.parameterized_test(*utility.all_modules('gromacs',min_version,max_version)) ```