On Wed, 2013-07-03 at 23:51 -0700, Saul Wold wrote:
> Tired this out today and got the following:
> > ERROR: Function failed: Failed to start qemu. You should check the task log
> > and the qemu boot log (qemu log is
> > /srv/ssd/sgw/builds/world/tmp/work/qemux86_64-poky-linux/core-image-sato/1
On 06/28/2013 03:04 AM, Stefan Stanacar wrote:
Hello,
This is the proposed implementation of a new runtime tests framework based on
python unittest.
It's mean to ease qemu image testing and encourage developers to add more tests
similar to the example tests provided (all tests are basically c
On Friday 28 June 2013 19:06:04 Otavio Salvador wrote:
> Did you think about adding something like an overidable set of hooks
> which starts, setup image and shutdown the machine? This would allow
> same framework to be used for real hardware test.
Yes, we did think about this; the way this would
On Fri, Jun 28, 2013 at 7:04 AM, Stefan Stanacar
wrote:
...
> There are some areas for improvement/limitations right now:
> - a better way of getting the list of installed packages in a image
> - qemu is started with the -snapshot option, we should create a copy of the
> original rootfs instead
Hello,
This is the proposed implementation of a new runtime tests framework based on
python unittest.
It's mean to ease qemu image testing and encourage developers to add more tests
similar to the example tests provided (all tests are basically commands ran
over ssh)
You can try it out like