Hi,

 

I want to measure some output values of test cases. I have a shell script which run stress-ng, parse it’s output and exports some measurement variables.

 

How can I record theses variables? I tried to use lava-test-case –shell myscript.sh –result pass –measurement $VAR1 –unit unit but no values are recorded. Maybe this is the wrong approach, but how can I do this in the correct way?

 

Matthias