Re: [yocto] RFC: automated runtime testing on real hardware

2013-08-27 Thread Darren Hart
On Tue, 2013-08-27 at 12:11 +0100, Paul Eggleton wrote: > Hi Darren, > > On Friday 23 August 2013 20:52:41 Darren Hart wrote: > > On Tue, 2013-08-13 at 12:00 +0100, Paul Eggleton wrote: > > > Automated testing on real hardware is something that a lot of us do > > > already, but the likelihood is t

Re: [yocto] RFC: automated runtime testing on real hardware

2013-08-27 Thread Paul Eggleton
Hi Darren, On Friday 23 August 2013 20:52:41 Darren Hart wrote: > On Tue, 2013-08-13 at 12:00 +0100, Paul Eggleton wrote: > > Automated testing on real hardware is something that a lot of us do > > already, but the likelihood is that we've all been coming up with our own > > solutions for this, so

Re: [yocto] RFC: automated runtime testing on real hardware

2013-08-23 Thread Darren Hart
On Tue, 2013-08-13 at 12:00 +0100, Paul Eggleton wrote: > Hi all, > > As part of the feature development work for 1.5, we've recently added the > ability to easily define runtime tests written in python, replacing the old > shell-based imagetest.bbclass. However, for 1.5 this is limited to runni

Re: [yocto] RFC: automated runtime testing on real hardware

2013-08-15 Thread George Harris
To this point, our testing strategy uses Yocto, but is not contained within Yocto. As part of a build, we produce two images: (1) device image, and (2) image containing everything necessary to run tests against a device. The second part is important to us, as we want a separation between the device