devlib icon indicating copy to clipboard operation
devlib copied to clipboard

[Feature request] Adding CI (e.g. Travis) to devlib

Open valschneider opened this issue 7 years ago • 2 comments

Hi,

The issue fixed in PR https://github.com/ARM-software/devlib/pull/229 was raised by LISA's Travis run of https://github.com/ARM-software/lisa/pull/541. Since our Travis setup uses a LocalLinuxTarget to verify some of LISA's functionalities, the same could be done for devlib - after all, a devlib bug was found with this setup.

Is there any plan to add this kind of test to devlib ? I think even something as basic as creating a LocalLinuxTarget, pushing a basic script and executing it would be useful.

valschneider avatar Jan 16 '18 15:01 valschneider

Maybe can be considered kind of overkilling, but a very simple and still working solution for the time being, could be to run the same LISA's Travis setup. Being LISA a devlib client, it already provides some tests which stress devlib APIs... and it will ensure you do not break one of main devlib's users. ;-)

derkling avatar Jan 16 '18 15:01 derkling

Hi, Yes this would definitely be something we would be interested in implementing, and we have added it to our road map.

marcbonnici avatar Jan 18 '18 10:01 marcbonnici