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

[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

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

2011-03-03 Thread P@AR
Hi Mike I don't need device specific tests. I just need some generic "system test" that will confirm me that I'have port the Android+kernel successfully to the new platform. I need tests for: Booting, FileSystem,Power Management, Memory, Necessary(crucial) System Services...etc On Mar 2, 10:26 pm,