← Back to team overview

firmware-testing-team team mailing list archive

added firmware test suite to kernel-qa

 



Colin,

I have integrated your firmware test suite in kernel-qa, and created a test called bios under tests/, this is a proof of concept.


please note changes to following files

kernel-qa-dev/configure.sh
kernel-qa-dev/tools
kernel-qa-dev/tests/bios

to add more tests all you need to do is follow the lead in test01 in tests/bios, remember to add test02 test03...test0n to the top of this file.

to run the bios test
cd kernel-qa-dev/
sudo ./kernel-qa

use spacebar to deselect all tests except bios,

look for your results file from your test in ~/results/qa-log/

you get the new version of kernel-qa from:

NOTE: this is a dev tree so dont expect it to be bug &/or error free.

git clone git://kernel.ubuntu.com/manjo/kernel-qa-dev.git kernel-qa-dev

Cheers
--- manjo