Hi Marcin,
On Thursday 21 March 2013 02:49 PM, Marcin Juszkiewicz wrote:
But those test definitions fetch another set of repositories/files. Some are git, some are bzr and many of them are just single files. Can we move them to /qa/test-definitions.git to have one repository will all tests?
Yes all the scripts available as part of lava-test are from bzr repos. This is maintained by different teams, hence I left it that way. But ideally they should all be brought into the new git repository.
Next thing is distro dependencies. For example perf test done for Ubuntu. First thing it does is finding out which exactly perf package it needs and install it. Why this is not done on image generation time? Especially when we know that all rootfs images we make end in LAVA... And can this part be moved to install-ubuntu.sh script so for OE I could just reuse script instead of creating a copy of it? Probably similar would be with others.
I am unsure where install-ubuntu.sh script is available? This is because I do not know the image generation process. If you could point me to this stuff, I can consolidate it if possible.
Thank You.