[OE-core] [RFC PATCH 0/8] Proposed implementation of a new runtime tests framework

Paul Eggleton paul.eggleton at linux.intel.com
Fri Jun 28 22:29:54 UTC 2013


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 be done would be to simply 
swap out the QemuRunner instance at runtime with some other class that has the 
same interface which would provision a real machine. However there is no 
established framework for doing the latter, and at the moment we just want to 
concentrate on getting runtime tests working. As long as the tests themselves 
know as little as possible about the machine they are running in then 
switching over to real hardware is pretty straightforward, and we've tried to 
design things in that manner.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



More information about the Openembedded-core mailing list