Hi Michael,
OK, understood. Yes, it's unnecessary to add these information to every test run by lava-test-shell. What my original thought is to show kernel and gcc version on our dashboard then everyone can get these information quickly and don't need to find them inside serial log output.
But since it will be difficult to do, then I will just write command to get these information and redirect it to a text file for further parsing usage.
Thanks.
Best Regards Botao Sun
On Wed, Jan 30, 2013 at 12:42 PM, Michael Hudson-Doyle < michael.hudson@linaro.org> wrote:
Botao Sun botao.sun@linaro.org writes:
Hi Michael,
For the kernel and gcc information, after board booted up, we can just
run:
- uname -a
- gcc --version
Then grab a part of output string, that's it.
These could be added as test run attributes. There's no API for doing this yet and no way of showing them on the image report but neither part of that would be very hard.