
Hi Heiko,
On Tue, May 19, 2020 at 1:18 AM Heiko Schocher hs@denx.de wrote:
I am happy to add boards!
@Anatolij: Do we have this board in our vlab? Or somehow remote accessible?
@Fabio: I am sure you have some boards for testing, do you have a CI setup for them? With the approach to report testresults you can run
It is in my wish list for quite some time, but currently I don't have a CI setup.
tbot also just locally and report results... just an idea...
If you need help to setup tbot, feel free to contact me.
You do not need to use tbot (I recommend it only, as it makes all for you once setup, and you can use it for your daily developers work too)
You can test your boards however you want and report results without tbot. Therefore I wrote an example:
https://github.com/EmbLux-Kft/uboot_results/blob/master/src/client.py
Of course, you have to fill real values for the report into:
https://github.com/EmbLux-Kft/uboot_results/blob/master/src/client.py#L88
I only have to add an useracount...
And be aware it is just a Proof of concept, so there are for sure bugs, missing documentation, ugly code ...
Testers, ideas and patches welcome.
Thanks for your help!