Re: [android-kernel] Re: android Device Portability Test (Porting Verification)

2011-03-09 Thread raja pavan
Hi, ** *LTP Suite for Android Kernel* LTP tests many aspects of linux kernel , system calls for instance. Android kernel is a patch to the vanila kernel , it adds some drivers to vanila kernel. In drivers->staging->android. It is modular addition to vanila kernel. The LTP suite *as it is* can be

Re: [android-kernel] Re: android Device Portability Test (Porting Verification)

2011-03-09 Thread Sreekanth W
I've not tried testing using LTP. If required, get the individual source code and compile statically using armcc and run on Android. Also if somebody might want to test CTS test cases http://source.android.com/compatibility/cts-intro.html Future versions of the CTS will include the following typ

Re: [android-kernel] Re: android Device Portability Test (Porting Verification)

2011-03-09 Thread sanjeev sharma
Hi All, Is LTP available for Android.? and other suggestion woule be run autotest suites on ported device. Thanks Sanjeev Sharma On Wed, Mar 9, 2011 at 5:13 PM, Srikant wrote: > You can execute the following test cases to validate your porting: > > 1. Validating Booting - Use Boot chart > htt

Re: [android-kernel] Re: Android Kernel with NFC

2011-03-09 Thread hedwin
Check linux-2.6.git repo in git.kernel.org. NFC is in the drivers directory. Check the ubuntu website on how to get the driver build for ubuntu. Any further questions should indeed be done at the proper fora. On Wed, Mar 9, 2011 at 6:13 AM, Pavan Savoy wrote: > On Tue, Mar 8, 2011 at 8:41 PM,

[android-kernel] Re: android Device Portability Test (Porting Verification)

2011-03-09 Thread Srikant
You can execute the following test cases to validate your porting: 1. Validating Booting - Use Boot chart http://elinux.org/Using_Bootchart_on_Android 2. Validating Kernel, File System, I/O & Storage, Performance/Bench Marking, Memory etc. - Use LTP (Linux Test Project) http://ltp.sourceforge.net