That's a current limitation. You cannot reset a parameter from the command line. It would be nice to be able to do: ```python class my_test(...): x = parameter(range(10)) ``` ``` reframe --parametrise my_test.x=1,4,5 ``` and change the parameterisation of `my_test`.